| OnActivateCommand |
The OnActivateCommand event notifies the client when a command has been invoked. |
| OnContextualMiniToolbar |
Fires before contextual commands are displayed to the user in the graphics window when the user selects an object. |
| OnDeleteKeyUp |
Fires when the user performs a delete key click when no command is active. |
| OnDoubleClick |
Event that is sent when the user double-clicks in the window. |
| OnDrag |
The OnDrag event notifies the client whenever the end-user performs a drag operation in the graphics window. Using this event, the client can override Inventor's standard drag behavior. |
| OnLinearMarkingMenu |
Fires before the overflow context menu is displayed to the user. |
| OnPreSelect |
Fires when the user hovers over an Inventor object, and it is a potential candidate for selection. |
| OnRadialMarkingMenu |
Fires before the marking menu is displayed to the user or before the user gestures using the right mouse button. |
| OnSelect |
Fires when the user selects an object by clicking. |
| OnStopPreSelect |
Fires when the user hovers away from an Inventor object and it is no longer highlighted. |
| OnTerminateCommand |
The OnTerminateCommand event notifies the client when a command has been terminated. |
| OnUnSelect |
Event that occurs when the user unselects an entity. This is done in the user interface by pressing the Shift button and selecting a previously selected entity. |