title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.ProjectBeforeResourceNew2 event (Project) |
project-server |
|
24c28eac-946b-80fb-5dcb-8b9ef499b547 |
06/08/2017 |
medium |
Occurs before one or more resources are created. Uses the EventInfo object parameter.
expression. ProjectBeforeResourceNew2
( _pj_
, _Info_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
pj | Required | Project | The project in which the resource or resources are being created. |
Info | Required | EventInfo | EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, the new resource or resources are not created. |
Nothing
Project events don't occur when the project is embedded in another document or application.
the ProjectBeforeResourceNew2 event doesn't occur during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form.
[!includeSupport and feedback]