Class
AutoCompleteOpenEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AutoCompleteOpenEventArgs : ICancellableEventArgs

Inheritance: objectAutoCompleteOpenEventArgs

Implements: ICancellableEventArgs

Constructors

AutoCompleteOpenEventArgs()

Declaration

cs-api-definition
public AutoCompleteOpenEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled