[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.Value1ChangedDelegate

Variable2.Value1ChangedDelegate 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.Value1ChangedDelegate(double newValue, double previousValue)
Parameters
Type Name Description
double newValue A delegate that handles events that occur when the value of an animation variable changes.
double previousValue A delegate that handles events that occur when the value of an animation variable changes.

Constructors

Name Description
Value1ChangedDelegate(object, IntPtr)

Methods

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