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