The Onclose event notifies a client when the document is closed.
Name | Type | Description |
BeforeOrAfter | EventTimingEnum | Input indicating when the event is being fired. Notification is sent before and after the document is closed. |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. This event provides additional information through the Context argument as described below: Name = "HealthStatusEnum", Value = The health status of the document. If this value is anything other than kUpToDateHealth you know the Document object returned is not in a state where you can use most of its methods or properties. |
HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. The value of this argument is currently ignored for this event. |