Description
This event is fired when a project is closed.
Syntax
Private Sub object_Close(Project, Cancel)
The Close Event syntax has these parts:
|
| object | A McProject object. | | Project | A McProject object. The project being closed.
| | Cancel | A Boolean value. Set to True to cancel the closing operation.
|
Remarks
By setting Cancel to True, it is possible to cancel the closing of this project. If this happens when quitting, application shutdown will be cancelled as well.
|