ClassAutoCompleteReadEventArgs
Class
The class that describes the event arguments of the OnRead event of the autocomplete.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AutoCompleteReadEventArgs : ReadEventArgs
Inheritance: objectEventArgsReadEventArgsAutoCompleteReadEventArgs
Inherited Members
Constructors
AutoCompleteReadEventArgs()
Declaration
cs-api-definition
public AutoCompleteReadEventArgs()
AutoCompleteReadEventArgs(DataSourceRequest)
Declaration
cs-api-definition
public AutoCompleteReadEventArgs(DataSourceRequest request)
Parameters
request