Table of Contents

Delegate MultiValueHudElement.MultiValueEnteredEvent

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public delegate void MultiValueHudElement.MultiValueEnteredEvent(MultiValueHudElement hudElement, double newValue1, double newValue2)

Parameters

hudElement MultiValueHudElement
newValue1 double
newValue2 double

Constructors

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

Methods

public virtual IAsyncResult BeginInvoke(MultiValueHudElement hudElement, double newValue1, double newValue2, AsyncCallback callback, object @object)
hudElement MultiValueHudElement
newValue1 double
newValue2 double
callback AsyncCallback
object object
Returns: IAsyncResult

public virtual void EndInvoke(IAsyncResult result)
result IAsyncResult

public virtual void Invoke(MultiValueHudElement hudElement, double newValue1, double newValue2)
hudElement MultiValueHudElement
newValue1 double
newValue2 double