Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.63 KB

Project.Application.ProjectBeforeAssignmentNew.md

File metadata and controls

46 lines (26 loc) · 1.63 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeAssignmentNew event (Project)
project-server
Project.Application.ProjectBeforeAssignmentNew
5caedd9a-94b1-daa6-762a-a037dae4f917
06/08/2017
medium

Application.ProjectBeforeAssignmentNew event (Project)

Occurs before one or more assignments are created.

Syntax

expression. ProjectBeforeAssignmentNew( _pj_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

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

Return value

Nothing

Remarks

The ProjectBeforeAssignmentNew event also fires when a resource assignment is replaced. Additionally, the event will fire when the only resource assignment on a task is removed, because an "Unassigned Resource" assignment is created after the existing assignment is removed.

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

The ProjectBeforeAssignmentNew event doesn't occur when an assignment is created as the result of a drag-and-drop operation in the Resource Usage view, during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form.

[!includeSupport and feedback]