ComponentOne Bitmap for UWP
Set2_VariableIntegerChangeHandler Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Variable2 Class : Set2_VariableIntegerChangeHandler Method
The handler for changes to the integer value of the animation variable.
If TRUE, specifies that the EstimateNextEventTime method will incorporate handler into its estimate of the time interval until the next animation event.
Specifies a handler for changes to the integer value of the animation variable.
Syntax
'Declaration
 
Public Sub Set2_VariableIntegerChangeHandler( _
   ByVal valueChangedHandler As Variable2.IntegerValue2ChangedDelegate, _
   Optional ByVal fRegisterForNextAnimationEvent As System.Boolean _
) 
public void Set2_VariableIntegerChangeHandler( 
   Variable2.IntegerValue2ChangedDelegate valueChangedHandler,
   System.bool fRegisterForNextAnimationEvent
)

Parameters

valueChangedHandler
The handler for changes to the integer value of the animation variable.
fRegisterForNextAnimationEvent
If TRUE, specifies that the EstimateNextEventTime method will incorporate handler into its estimate of the time interval until the next animation event.
See Also

Reference

Variable2 Class
Variable2 Members