Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 957 Bytes

Project.Application.ProjectAssignmentNew.md

File metadata and controls

42 lines (24 loc) · 957 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectAssignmentNew event (Project)
project-server
Project.Application.ProjectAssignmentNew
dcb4acc6-a113-1e93-5f08-e9e68b902b96
06/08/2017
medium

Application.ProjectAssignmentNew event (Project)

Occurs when a new assignment is created.

Syntax

expression. ProjectAssignmentNew( _pj_, _ID_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project where the assignment was just created.
ID Required Long The ID of the assignment that was just created.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]