Delegate ColorPicker.ColorPickerSelectEventHandler
Represents a method to handle the color picker events.
Assembly: Syncfusion.EJ.Web.dll
Syntax
public delegate void ColorPickerSelectEventHandler(object sender, ColorPickerSelectEventArgs e);
Parameters
Constructors
ColorPickerSelectEventHandler(Object, IntPtr)
Declaration
public ColorPickerSelectEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ColorPickerSelectEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ColorPickerSelectEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ColorPickerSelectEventArgs)
Declaration
public virtual void Invoke(object sender, ColorPickerSelectEventArgs e)
Parameters