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