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