The class that describes the event arguments of the OnClose event of the DropDownList.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DropDownListCloseEventArgs : ICancellableEventArgs
Inheritance: objectDropDownListCloseEventArgs
Implements:
Constructors
C#
public DropDownListCloseEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: