Show / Hide Table of Contents

Class CancelEventArgs

EventArgs used to describe a cancel event.

Inheritance
object
EventArgs
CancelEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Generated by DocFX