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