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