RVTDocs.com

DocumentClosingEventArgs.DocumentId

Property
Description:
Id of the document that is about to be closed.
Remarks:
This Id is only used to identify the document for the duration of this event and the DocumentClosed event which follows. It serves as synchronization means for the pair of events.
Syntax
public int DocumentId { get; }