ArcObjects Library Reference (TrackingAnalyst)  

ITxDocumentEvents.OpenDocument Event

Fired when a document is opened.

[Visual Basic .NET]
Public Event OpenDocument As OpenDocumentEventHandler
[C#]
public event OpenDocumentEventHandler OpenDocument
[C++]
HRESULT OpenDocument(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxDocumentEvents Interface