On Closing Document
When it is launched
The script is launched when the document is being closed in the document editor (when going to a new document or closing the document editor) and prior to confirmation of changes.
- If the CanClose.Value property is set to false, the document will remain open.
- If the CanClose.Value property is set to true, the document will be closed after the script execution.
By default, the value of the CanClose parameter is true.
Parameters
Name | Type | Access | Description |
---|---|---|---|
CanClose | IBoolean | Read/write | Specifies whether to close the document |
Context | IDocumentEditor | Read/write | The document editor |
4/12/2024 6:16:02 PM