Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / OnAnimationTimerTick Method

In This Topic
    OnAnimationTimerTick Method
    In This Topic
    Occurs every timer tick. Call base class method when overriding.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnAnimationTimerTick( _
       ByVal stateInfo As Object _
    ) 
    protected virtual void OnAnimationTimerTick( 
       object stateInfo
    )

    Parameters

    stateInfo
    See Also