Delegate ColorDialogCreatedEventHandler
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate void ColorDialogCreatedEventHandler(object sender, ColorDialogEventArgs args);
Parameters
System.
|
Color
|
Constructors
ColorDialogCreatedEventHandler(Object, IntPtr)
Declaration
public ColorDialogCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ColorDialogEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ColorDialogEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Color
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ColorDialogEventArgs)
Declaration
public virtual void Invoke(object sender, ColorDialogEventArgs args)
Parameters
System.
|
Color
|