Class ColorPickerUIAdv.ColorPickedEventArgs
Represents the class which contains the event data for the picked color in ColorPickerUIAdv.
Inheritance
System.Object
System.EventArgs
ColorPickerUIAdv.ColorPickedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |