NavigationTimerTick Event

Occurs during the scene navigation with the keyboard.
Public Event NavigationTimerTick As NavigationTimerHandler
This language is not supported or no code example is available.
public event NavigationTimerHandler NavigationTimerTick
This language is not supported or no code example is available.
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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition