Class ClearingEventArgs
Defines the argument for the Clearing event.
Inheritance
System.Object
ClearingEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ClearingEventArgs : Object
Constructors
ClearingEventArgs()
Declaration
public ClearingEventArgs()
Properties
Cancel
Defines whether the current action can be prevented.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilesData
Returns the list of files that will be cleared from the FileList.
Declaration
public List<FileInfo> FilesData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileInfo> |