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


IDocumentEvents.BeforeCloseDocument Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IDocumentEvents.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

Product Availability

Available with ArcGIS Desktop.

See Also

IDocumentEvents Interface