Class SyncfusionCancelEventArgs
Provides data for a cancellable event.
Inheritance
System.Object
SyncfusionCancelEventArgs
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SyncfusionCancelEventArgs : CancelEventArgs
Constructors
SyncfusionCancelEventArgs()
Overloaded. Initializes a new instance of the SyncfusionCancelEventArgs class.
Declaration
public SyncfusionCancelEventArgs()
SyncfusionCancelEventArgs(Boolean)
Initializes a new instance of the SyncfusionCancelEventArgs class with the Cancel property set to the given value.
Declaration
public SyncfusionCancelEventArgs(bool cancel)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cancel |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |