On Closing Project
When it is launched
The script is launched when the project is being closed and prior to showing an inquiry dialog. The inquiry box appears if the user must confirm the action before proceeding.
- If the CanClose.Value property is set to false, the main window will remain open.
- If the CanClose.Value property is set to true, the main window will be closed.
By default, the value of the CanClose parameter is true.
Parameters
Name | Type | Access | Description |
---|---|---|---|
CanClose | IBoolean | Read/write | Specifies whether to close the main window |
Context | IMainWindow | Read/write | The main window |
4/12/2024 6:16:02 PM