Class FileOpenEventArgs<TValue>
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 | The generic type parameter. |
Constructors
FileOpenEventArgs()
Declaration
public FileOpenEventArgs()
Properties
Cancel
If you want to cancel this event then, set cancel to true. Otherwise, false.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileDetails
Return the currently selected item as JSON object.
Declaration
public TValue FileDetails { get; set; }
Property Value
Type | Description |
---|---|
TValue |
Module
Returns the name of the target module in file manager.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String |