Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.11 KB

Project.Application.ProjectResourceNew.md

File metadata and controls

44 lines (25 loc) · 1.11 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectResourceNew event (Project)
project-server
Project.Application.ProjectResourceNew
9b030fbc-5cca-df10-f7a3-613d7ad70dc7
06/08/2017
medium

Application.ProjectResourceNew event (Project)

Occurs before one or more resources is created.

Syntax

expression. ProjectResourceNew( _pj_, _ID_ )

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.
ID Required Long ID of the new resource in the project.

Return value

Nothing

Remarks

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

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