Class AutoCompleteOpenEventArgs
The class that describes the event arguments of the OnOpen event of the AutoComplete.
Inheritance
System.Object
AutoCompleteOpenEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AutoCompleteOpenEventArgs : Object, ICancellableEventArgs
Constructors
AutoCompleteOpenEventArgs()
Declaration
public AutoCompleteOpenEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|