This document is archived and information here might be outdated. Recommended version. |
Provides access to events that occur with interaction to the control.
IARGlobeControlEvents is the main events interface for the ArcReaderGlobeControl. Generally there is no need to explicitly set event handlers, as most development environments will automatically provide event handlers. These events allow you to programmatically listen out for specific things happening inside of the ArcReaderGlobeControl such as the mouse being pressed down.
Name | Description | |
---|---|---|
OnAction | Fires when an action takes place. | |
OnDocumentLoaded | Fires when a document is loaded into the control. | |
OnDocumentUnloaded | Fires when a document is unloaded from the control. | |
OnDoubleClick | Fires when the user presses and releases any mouse button twice in quick succession, while over the globe. | |
OnKeyDown | Fires after a key is pressed on the keyboard whilst the globe has focus. | |
OnKeyUp | Fires after a pressed key is released on the keyboard whilst the globe has focus. | |
OnMouseDown | Fires when the user presses any mouse button while over the globe. | |
OnMouseMove | Fires when the user moves the mouse pointer over the globe. | |
OnMouseUp | Fires when the user releases any mouse button while over the globe. |
Classes | Description |
---|---|
ArcReaderGlobeControl | Esri ArcReaderGlobeControl |