Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.24 KB

Project.Application.ProjectBeforeResourceNew.md

File metadata and controls

44 lines (25 loc) · 1.24 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeResourceNew event (Project)
project-server
Project.Application.ProjectBeforeResourceNew
a432c713-d1fa-0743-ff4e-90fbd724dfe4
06/08/2017
medium

Application.ProjectBeforeResourceNew event (Project)

Occurs before one or more resources are created.

Syntax

expression. ProjectBeforeResourceNew( _pj_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project in which the resource or resources are being created.
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the new resource or resources are not created.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

The ProjectBeforeResourceNew 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]