Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileOpenEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved