Class AutoCompleteReadEventArgs
The class that describes the event arguments of the OnRead event of the autocomplete.
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AutoCompleteReadEventArgs : ReadEventArgs
Constructors
AutoCompleteReadEventArgs()
Declaration
public AutoCompleteReadEventArgs()
AutoCompleteReadEventArgs(DataSourceRequest)
Declaration
public AutoCompleteReadEventArgs(DataSourceRequest request)
Parameters
DataSourceRequest
request
|