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