[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.IntegerValueChangedDelegate

Variable2.IntegerValueChangedDelegate Delegate

A delegate that handles events that occur when the integer 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.IntegerValueChangedDelegate(Storyboard2 storyboard, Variable2 variable, int[] newValue, int[] 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.

int[] newValue

The new integer value of the animation variable.

int[] previousValue

The previous integer value of the animation variable.

int cDimension

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

Constructors

Name Description
IntegerValueChangedDelegate(object, IntPtr)

Methods

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