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. |