ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / Set1_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.

In This Topic
    Set1_VariableIntegerChangeHandler Method
    In This Topic
    Specifies a handler for changes to the integer value of the animation variable.
    Syntax
    'Declaration
     
    Public Sub Set1_VariableIntegerChangeHandler( _
       ByVal valueChangedHandler As Variable2.IntegerValue1ChangedDelegate, _
       Optional ByVal fRegisterForNextAnimationEvent As Boolean _
    ) 
    public void Set1_VariableIntegerChangeHandler( 
       Variable2.IntegerValue1ChangedDelegate valueChangedHandler,
       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