OnDocumentClosed
This event is triggered when a document is closed. The document object passed into the event handler should not be accessed. The corresponding open event is Application.OnDocumentOpened.
Signature
OnDocumentClosed(in i_ipDocument:Document) : Void |