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