A collection of methods and properties to catch and process document and tracking analyst document events.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
ITxDocEventHandler | Provides access to properties and methods for document event handling. |
ITxDocEventHandler2 | Provides access to properties and methods for document event handling. |
Event Interfaces
Interfaces | Description |
---|---|
ITxDocumentEvents (default) | Provides access to events that occur in documents with tracking analyst objects. |
Working with Events
[Visual Basic 6.0]
When working with DocEventHandler's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pDocEventHandler as DocEventHandler