menu

Blazor

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

    Show / Hide Table of Contents

    Class SearchedEventArgs<TValue>

    Provides information about the Searched event callback.

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

    Specifies the TValue of FileManager events.

    Constructors

    SearchedEventArgs()

    Declaration
    public SearchedEventArgs()

    Properties

    SearchResult

    Gets the current search action result.

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

    Represents the current search action result.

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