Class CancelEventArgs
EventArgs used to describe a cancel event.
Inherited Members
Namespace: LemonUI
Assembly: LemonUI.FiveM.dll
Syntax
public class CancelEventArgs : EventArgs
Constructors
CancelEventArgs()
Default constructor
Declaration
public CancelEventArgs()
CancelEventArgs(bool)
Helper constructor
Declaration
public CancelEventArgs(bool cancel)
Parameters
Type | Name | Description |
---|---|---|
bool | cancel |
Properties
Cancel
Gets or sets a value indicating whether we should cancel the operation or not
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |