title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.ProjectBeforeClose2 event (Project) |
project-server |
|
24b43d85-f99c-915c-47fe-0df5875fc479 |
06/08/2017 |
medium |
Occurs before a project is closed. Uses the EventInfo object parameter.
expression. ProjectBeforeClose2
( _pj_
, _Info_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
pj | Required | Project | The project to be closed |
Info | Required | EventInfo | EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, the project will not be closed. |
Nothing
Project events don't occur when the project is embedded in another document or application.
[!includeSupport and feedback]