C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Animation Namespace / Variable2.IntegerValue2ChangedDelegate Delegate

In This Topic
Variable2.IntegerValue2ChangedDelegate Delegate
In This Topic
A delegate that handles events that occur when the integer value of an animation variable changes.
Syntax
'Declaration
 
Public Delegate Sub Variable2.IntegerValue2ChangedDelegate( _
   ByVal newValue1 As System.Integer, _
   ByVal newValue2 As System.Integer, _
   ByVal prevValue1 As System.Integer, _
   ByVal prevValue2 As System.Integer _
) 
 

Parameters

newValue1
newValue2
prevValue1
prevValue2
See Also