Class CancelEventArgs
Provides information about the OnCancel event callback.
Inheritance
System.Object
CancelEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class CancelEventArgs : Object
Constructors
CancelEventArgs()
Declaration
public CancelEventArgs()
Properties
Cancel
Gets or sets whether the chunk file upload cancel action has been canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Event
Returns the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The original event arguments for the current event. |
FileData
Gets the canceled file details.
Declaration
public FileInfo FileData { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |