The class that describes the event arguments of the OnClose event of the MultiColumnComboBox.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MultiColumnComboBoxCloseEventArgs : ICancellableEventArgs
Inheritance: objectMultiColumnComboBoxCloseEventArgs
Implements:
Constructors
C#
public MultiColumnComboBoxCloseEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: