Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileOpenEventArgs<TValue>

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    FileDetails

    Gets the currently selected item as JSON object.

    Declaration
    public TValue FileDetails { get; set; }
    Property Value
    Type Description
    TValue

    Module

    Gets the name of the target module in FileManager.

    Declaration
    public string Module { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved