Class
DropDownListOpenEventArgs

The class that describes the event arguments of the OnOpen event of the DropDownList.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DropDownListOpenEventArgs : ICancellableEventArgs

Inheritance: objectDropDownListOpenEventArgs

Implements: ICancellableEventArgs

Constructors

DropDownListOpenEventArgs()

Declaration

cs-api-definition
public DropDownListOpenEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled