2027 Property
Changes 0
P

DocumentClosedEventArgs.DocumentId

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.
public int DocumentId { get; }