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