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