ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / SetVariableChangeHandler Method
The handler for changes to the 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
    SetVariableChangeHandler Method
    In This Topic
    Specifies a handler for changes to the value of the animation variable.
    Syntax
    'Declaration
     
    Public Sub SetVariableChangeHandler( _
       ByVal valueChangedHandler As Variable2.ValueChangedDelegate, _
       Optional ByVal fRegisterForNextAnimationEvent As System.Boolean _
    ) 
    public void SetVariableChangeHandler( 
       Variable2.ValueChangedDelegate valueChangedHandler,
       System.bool fRegisterForNextAnimationEvent
    )

    Parameters

    valueChangedHandler
    The handler for changes to the 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