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