Class
ColorPickerCloseEventArgs

The class that describes the event arguments of the OnClose event of the ColorPicker.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ColorPickerCloseEventArgs : ICancellableEventArgs

Inheritance: objectColorPickerCloseEventArgs

Implements: ICancellableEventArgs

Constructors

ColorPickerCloseEventArgs()

Declaration

cs-api-definition
public ColorPickerCloseEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled