Delegate ColorPickerUIAdv.ColorPickedEventHandler
Delegate for the Picked event.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public delegate void ColorPickedEventHandler(object sender, ColorPickerUIAdv.ColorPickedEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender object. |
ColorPickerUIAdv.ColorPickedEventArgs | args | ColorPickedEventArgs that contains the event data. |
Remarks
The ColorPickedEventHandler uses the ColorPickerUIAdv.ColorPickedEventArgs class as the event data.
Constructors
ColorPickedEventHandler(Object, IntPtr)
Declaration
public ColorPickedEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, ColorPickerUIAdv.ColorPickedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ColorPickerUIAdv.ColorPickedEventArgs args, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ColorPickerUIAdv.ColorPickedEventArgs | args | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, ColorPickerUIAdv.ColorPickedEventArgs)
Declaration
public virtual void Invoke(object sender, ColorPickerUIAdv.ColorPickedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ColorPickerUIAdv.ColorPickedEventArgs | args |