Eyeshot 10 WinForms API Reference
NavigationTimerTick Event

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : NavigationTimerTick Event
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

Reference

ViewportLayout Class
ViewportLayout Members
ShortcutKeys Property