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