New to Telerik UI for BlazorStart a free 30-day trial

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: ICancellableEventArgs

Constructors

C#
public DropDownListCloseEventArgs()

Properties

C#
public bool IsCancelled { get; set; }

Implements: ICancellableEventArgs.IsCancelled