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