Class
AutoCompleteCloseEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AutoCompleteCloseEventArgs : ICancellableEventArgs

Inheritance: objectAutoCompleteCloseEventArgs

Implements: ICancellableEventArgs

Constructors

AutoCompleteCloseEventArgs()

Declaration

cs-api-definition
public AutoCompleteCloseEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled