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