Class FileSelectEventArgs<TValue>
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 |
Constructors
FileSelectEventArgs()
Declaration
public FileSelectEventArgs()
Properties
Action
Return the name of action like select or unselect.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileDetails
Return the currently selected item as JSON object.
Declaration
public TValue FileDetails { get; set; }
Property Value
Type | Description |
---|---|
TValue |
IsInteracted
Defines whether event is triggered by interaction or not.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |