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