Class ClearingEventArgs
Provides information about the OnClear event callback.
Inheritance
System.Object
ClearingEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ClearingEventArgs : Object
Constructors
ClearingEventArgs()
Declaration
public ClearingEventArgs()
Properties
Cancel
Gets or sets whether the file list clear action has been canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
FilesData
Gets the list of the file details that will be cleared from the file list.
Declaration
public List<FileInfo> FilesData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileInfo> | System.Collections.Generic.List<> |