Class FileSelectEventArgs<TValue>
Represents the class for FileSelect event arguments.
Inheritance
System.Object
FileSelectEventArgs<TValue>
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileSelectEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Specifies the TValue of the FileManager. |
Constructors
FileSelectEventArgs()
Declaration
public FileSelectEventArgs()
Properties
Action
Gets the name of action like select or unselect.
Declaration
public string Action { get; set; }
Property Value
Type |
---|
System.String |
FileDetails
Gets the currently selected item as JSON object.
Declaration
public TValue FileDetails { get; set; }
Property Value
Type |
---|
TValue |
IsInteracted
Gets or sets whether the event is triggered by interaction or not.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type |
---|
System.Boolean |