Table of Contents

Delegate AxisValueAction.EventHandler

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

Parameters

sender AxisValueAction
args AxisValueAction.EventArgs

Constructors

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

Methods

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

public virtual void EndInvoke(IAsyncResult result)
result IAsyncResult

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