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


ITxDocumentEvents.BeforeCloseDocument Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxDocumentEvents.BeforeCloseDocument Event

Fired before a document is closed. Return True to abort the close process.

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

Product Availability

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

See Also

ITxDocumentEvents Interface