Class FileOpenEventArgs<TValue>
Represents the class for FileOpen event arguments.
Inheritance
System.Object
FileOpenEventArgs<TValue>
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileOpenEventArgs<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue | Specifies the TValue of the FileManager. |
Constructors
FileOpenEventArgs()
Declaration
public FileOpenEventArgs()
Properties
Cancel
'true' if the file open action must be cancelled. Otherwise, 'false'.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
FileDetails
Gets the currently selected item as JSON object.
Declaration
public TValue FileDetails { get; set; }
Property Value
Type |
---|
TValue |
Module
Gets the name of the target module in FileManager.
Declaration
public string Module { get; set; }
Property Value
Type |
---|
System.String |