Class ClearingEventArgs
Inheritance
System.Object
ClearingEventArgs
Implements
System.IEquatable<ClearingEventArgs>
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ClearingEventArgs : Object, IEquatable<ClearingEventArgs>
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> |
Methods
Equals(ClearingEventArgs)
Declaration
public bool Equals(ClearingEventArgs clearingEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ClearingEventArgs | clearingEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>