Skip to main content

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

NameTypeAccessDescription
CanCloseIBooleanRead/writeSpecifies whether to close the document
ContextIDocumentEditorRead/writeThe document editor