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