ComponentOne Bitmap for UWP
Variable2.IntegerValue1ChangedDelegate Delegate

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace : Variable2.IntegerValue1ChangedDelegate Delegate
A delegate that handles events that occur when the integer value of an animation variable changes.
Syntax
'Declaration
 
Public Delegate Sub Variable2.IntegerValue1ChangedDelegate( _
   ByVal newValue As System.Integer, _
   ByVal previousValue As System.Integer _
) 
public delegate void Variable2.IntegerValue1ChangedDelegate( 
   System.int newValue,
   System.int previousValue
)

Parameters

newValue
previousValue
See Also

Reference

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