Class FileLoadEventArgs<TValue>
Class for FileLoad event arguments.
Inheritance
System.Object
FileLoadEventArgs<TValue>
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileLoadEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | The generic type parameter. |
Constructors
FileLoadEventArgs()
Declaration
public FileLoadEventArgs()
Properties
FileDetails
Return the current rendering item as JSON object.
Declaration
public TValue FileDetails { get; set; }
Property Value
Type | Description |
---|---|
TValue |
Module
Return the name of the rendering module in File Manager.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String |