Class CancelEventArgs
Defines the argument for the Cancel event.
Inheritance
System.Object
CancelEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class CancelEventArgs : Object
Constructors
CancelEventArgs()
Declaration
public CancelEventArgs()
Properties
Cancel
Defines whether the current action can be prevented.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Event
Returns the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FileData
Returns the file details that will be canceled.
Declaration
public FileInfo FileData { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |