Class ColorPickerUIAdv.ColorPickedEventArgs
Represents the class which contains the event data for the picked color in ColorPickerUIAdv.
Inheritance
System.Object
ColorPickerUIAdv.ColorPickedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorPickedEventArgs : EventArgs
Constructors
ColorPickedEventArgs(Color)
Initialize a new instance of the ColorPickedEventArgs class.
Declaration
public ColorPickedEventArgs(Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Color | color | The color value. |
Properties
Color
Gets the color.
Declaration
public Color Color { get; }
Property Value
| Type |
|---|
| System.Drawing.Color |