RVTDocs.com

DocumentClosedEventArgs.DocumentId

Property
Description:
Id of the document that has just been closed.
Remarks:
This Id is only used to identify the document for the duration of this event and the DocumentClosing event which preceded it. It serves as synchronization means for the pair of events.
Syntax
public int DocumentId { get; }