Table of Contents

Delegate RotateAction.EventHandler

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

Parameters

sender RotateAction
args RotateAction.EventArgs

Constructors

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

Methods

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

public virtual void EndInvoke(IAsyncResult result)
result IAsyncResult

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