ComponentOne Bitmap for UWP
Variable2.IntegerValueChangedDelegate Delegate

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace : Variable2.IntegerValueChangedDelegate Delegate
The storyboard that is animating the animation variable specified by the variable parameter.
The animation variable that has been updated.
The new integer value of the animation variable.
The previous integer value of the animation variable.
The dimension in which the integer value of the animation variable changed.
A delegate that handles events that occur when the integer value of an animation variable changes in the specified dimension.
Syntax
'Declaration
 
Public Delegate Sub Variable2.IntegerValueChangedDelegate( _
   ByVal storyboard As Storyboard2, _
   ByVal variable As Variable2, _
   ByVal newValue() As System.Integer, _
   ByVal previousValue() As System.Integer, _
   ByVal cDimension As System.Integer _
) 
public delegate void Variable2.IntegerValueChangedDelegate( 
   Storyboard2 storyboard,
   Variable2 variable,
   System.int[] newValue,
   System.int[] previousValue,
   System.int cDimension
)

Parameters

storyboard
The storyboard that is animating the animation variable specified by the variable parameter.
variable
The animation variable that has been updated.
newValue
The new integer value of the animation variable.
previousValue
The previous integer value of the animation variable.
cDimension
The dimension in which the integer value of the animation variable changed.
See Also

Reference

Variable2.IntegerValueChangedDelegate Members
C1.Util.DX.Animation Namespace