Delegate
PaintSparkStrokeEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void PaintSparkStrokeEventHandler(object sender, PaintSparkStrokeEventArgs e)

Constructors

PaintSparkStrokeEventHandler(object, IntPtr)

Declaration

cs-api-definition
public PaintSparkStrokeEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PaintSparkStrokeEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PaintSparkStrokeEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PaintSparkStrokeEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PaintSparkStrokeEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PaintSparkStrokeEventArgs e)

Parameters

sender

object

e

PaintSparkStrokeEventArgs