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