Class MultiColumnComboBoxOpenEventArgs
The class that describes the event arguments of the OnOpen event of the MultiColumnComboBox.
Inheritance
System.Object
MultiColumnComboBoxOpenEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class MultiColumnComboBoxOpenEventArgs : Object, ICancellableEventArgs
Constructors
MultiColumnComboBoxOpenEventArgs()
Declaration
public MultiColumnComboBoxOpenEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|