[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.ValueChangedDelegate

Variable2.ValueChangedDelegate Delegate

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

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void Variable2.ValueChangedDelegate(Storyboard2 storyboard, Variable2 variable, double[] newValue, double[] previousValue, int cDimension)
Parameters
Type Name Description
Storyboard2 storyboard

The storyboard that is animating the animation variable specified by the variable parameter.

Variable2 variable

The animation variable that has been updated.

double[] newValue

The new value of the animation variable.

double[] previousValue

The previous value of the animation variable.

int cDimension

The dimension in which the value of the animation variable changed.

Constructors

Name Description
ValueChangedDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(Storyboard2, Variable2, double[], double[], int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(Storyboard2, Variable2, double[], double[], int)