Provides access to events that occur in documents with tracking analyst objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
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. |
CoClasses that implement ITxDocumentEvents
CoClasses and 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. |