[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.Value2ChangedDelegate

Variable2.Value2ChangedDelegate Delegate

A delegate that handles events that occur when the value of an animation variable changes.

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void Variable2.Value2ChangedDelegate(double newValue1, double newValue2, double prevValue1, double prevValue2)
Parameters
Type Name Description
double newValue1 A delegate that handles events that occur when the value of an animation variable changes.
double newValue2 A delegate that handles events that occur when the value of an animation variable changes.
double prevValue1 A delegate that handles events that occur when the value of an animation variable changes.
double prevValue2 A delegate that handles events that occur when the value of an animation variable changes.

Constructors

Name Description
Value2ChangedDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(double, double, double, double, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(double, double, double, double)