This document is archived and information here might be outdated. Recommended version. |
Provides access to events that occur in documents with tracking analyst objects.
Name | Description | |
---|---|---|
ActiveViewChanged | Fired when the active view changes. | |
BeforeCloseDocument | Fired before a document is closed. Return True to abort the close process. | |
CloseDocument | Fired when a document is closed. | |
MapsChanged | Fired when a change is made to the map collection. | |
NewDocument | Fired when a new document is created. | |
OnContextMenu | Indicates if a context menu should be displayed at the given xy location. Return true if handled. | |
OpenDocument | Fired when a document is opened. |
Classes | Description |
---|---|
DocEventHandler | A collection of methods and properties to catch and process document and tracking analyst document events. |
LabelEngineManager | Controls functionality of the label engine manager. |
TADynamicDisplayRefreshController | Manages all dynamic updates to all of ArcMap's maps, both in the map view and the page layout view. |