Blazor

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

    Show / Hide Table of Contents

    Class FileSelectEventArgs<TValue>

    Class for FileSelect event arguments.

    Inheritance
    System.Object
    FileSelectEventArgs<TValue>
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileSelectEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    Constructors

    FileSelectEventArgs()

    Declaration
    public FileSelectEventArgs()

    Properties

    Action

    Return the name of action like select or unselect.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String

    FileDetails

    Return the currently selected item as JSON object.

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

    IsInteracted

    Defines whether event is triggered by interaction or not.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved