Provides access to events that occur with user interaction to the GlobeControl.
Product Availability
Available with ArcGIS Engine.
Description
This is the main events interface for the GlobeControl. Generally there is no need to explicitly set event handlers, as most development environments will automatically provide event handlers.
Members
Description | ||
---|---|---|
OnDoubleClick | Fires when the user presses and releases the mouse button twice in quick succession. | |
OnGlobeReplaced | Fires after the Globe contained by the GlobeControl has been replaced. | |
OnKeyDown | Fires after a key is pressed on the keyboard. | |
OnKeyUp | Fires after a pressed key is released. | |
OnMouseDown | Fires when the user presses any mouse button while over the GlobeControl. | |
OnMouseMove | Fires when the user moves the mouse pointer over the GlobeControl. | |
OnMouseUp | Fires when the user releases a mouse button while over the GlobeControl. |
CoClasses that implement IGlobeControlEvents
CoClasses and Classes | Description |
---|---|
GlobeControl | ESRI GlobeControl |
GlobeControlEventsListener (esriSystemUtility) | Helper coclass to provide IGlobeControlEvents support to the C++ API. |