menu

Blazor

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

    Show / Hide Table of Contents

    Class ReadEventArgs<TValue>

    Provides information about the OnRead event callback.

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

    Specifies the TValue of FileManager events.

    Constructors

    ReadEventArgs()

    Declaration
    public ReadEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the corresponding read action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    'true' if the read action must be cancelled; otherwise 'false'.

    Folder

    Gets the item details of the directory where the read action is executed.

    Declaration
    public List<TValue> Folder { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TValue>

    Represents the item details of the read directory.

    Path

    Gets the path for the FileManager component.

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

    Represents the relative or absolute path of the directory.

    Response

    Gets or sets the read action result.

    Declaration
    public FileManagerResponse<TValue> Response { get; set; }
    Property Value
    Type Description
    FileManagerResponse<TValue>

    Represents the read action result.

    Remarks

    To map the file action response to render flat data in the component.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved