Blazor

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

    Show / Hide Table of Contents

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