New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class MultiColumnComboBoxOpenEventArgs : ICancellableEventArgs

Inheritance: objectMultiColumnComboBoxOpenEventArgs

Implements: ICancellableEventArgs

Constructors

C#
public MultiColumnComboBoxOpenEventArgs()

Properties

C#
public bool IsCancelled { get; set; }

Implements: ICancellableEventArgs.IsCancelled