Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / NavigationTimerTick Event

In This Topic
    NavigationTimerTick Event
    In This Topic
    Occurs during the scene navigation with the keyboard.
    Syntax
    'Declaration
     
    Public Event NavigationTimerTick As ViewportLayout.NavigationTimerHandler
    public event ViewportLayout.NavigationTimerHandler NavigationTimerTick
    Remarks
    Each key press of the navigation keys starts a small animation to move the camera. Subscribe to this event do something each time the camera is moved.
    See Also