Application.ProjectAssignmentNew Event

Project Developer Reference

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 do not occur when the project is embedded in another document or application.

See Also