|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayEvents Interface (ArcObjects .NET 10.5 SDK) | 
Provides access to events that occur when the state of the globe display changes.
| Description | ||
|---|---|---|
|  | ActiveViewerChanged | Fired when the active viewer changes. | 
|  | AfterDraw | Fired when drawing finishes. | 
|  | BatchTileGenerationStarted | Fired when data preparation starts. | 
|  | BatchTileGenerationStopped | Fired when data preparation stops. | 
|  | BeforeDraw | Fired when drawing starts. | 
|  | InteractionStopped | Fired when interaction stops. | 
|  | TileOverflow | Fired when there is an overflow of vector tiles in a layer. | 
|  | VectorOverflow | Fired when there is an overflow of vector features in a tile. | 
|  | ViewerAdded | Fired when a new viewer is added. | 
|  | ViewerRemoved | Fired when a viewer is removed. | 
| CoClasses and Classes | Description | 
|---|---|
| GlobeDisplay | The globe display object. | 
| GlobeDisplayEventsListener (esriSystemUtility) | Helper coclass to provide IGlobeDisplayEvents support to the C++ API. | 
| TADynamicDisplayRefreshController (esriTrackingAnalyst) | Manages all dynamic updates to all of ArcMap's maps, both in the map view and the page layout view. |