This document is archived and information here might be outdated.  Recommended version.


ITxDocumentEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxDocumentEvents Interface
ArcGIS Developer Help

ITxDocumentEvents Interface

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

Name Description
Method ActiveViewChanged Fired when the active view changes.
Method BeforeCloseDocument Fired before a document is closed. Return True to abort the close process.
Method CloseDocument Fired when a document is closed.
Method MapsChanged Fired when a change is made to the map collection.
Method NewDocument Fired when a new document is created.
Method OnContextMenu Indicates if a context menu should be displayed at the given xy location. Return true if handled.
Method OpenDocument Fired when a document is opened.

Classes that implement ITxDocumentEvents

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.