Class
MultiColumnComboBoxOpenEventArgs

The class that describes the event arguments of the OnOpen event of the MultiColumnComboBox.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class MultiColumnComboBoxOpenEventArgs : ICancellableEventArgs

Inheritance: objectMultiColumnComboBoxOpenEventArgs

Implements: ICancellableEventArgs

Constructors

MultiColumnComboBoxOpenEventArgs()

Declaration

cs-api-definition
public MultiColumnComboBoxOpenEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled