Click or drag to resize
AB4D logo

CameraNavigationCirclesAxisClicked Event

ViewCubePlaneClicked event is fired when user clicks on ViewCube's Plane. The click is created when user presses mouse button and released it withing 1 second and does not move mouse for more than 2 pixels. Event handler can prevent processing click event with setting CancelEventHandling in ViewCubePlaneEventArgs to true.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public event NavigationCirclesAxisEventHandler AxisClicked

Value

NavigationCirclesAxisEventHandler
See Also