Table of Contents

Delegate PointAction.EventHandler

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public delegate void PointAction.EventHandler(PointAction sender, PointAction.EventArgs args)

Parameters

sender PointAction
args PointAction.EventArgs

Constructors

public EventHandler(object @object, nint method)
object object
method nint

Methods

public virtual IAsyncResult BeginInvoke(PointAction sender, PointAction.EventArgs args, AsyncCallback callback, object @object)
sender PointAction
args PointAction.EventArgs
callback AsyncCallback
object object
Returns: IAsyncResult

public virtual void EndInvoke(IAsyncResult result)
result IAsyncResult

public virtual void Invoke(PointAction sender, PointAction.EventArgs args)
sender PointAction
args PointAction.EventArgs