_EProjectApp.ProjectBeforeAssignmentNew(Project, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ProjectBeforeAssignmentNew(Microsoft::Office::Interop::MSProject::Project ^ pj, bool % Cancel);
public void ProjectBeforeAssignmentNew (Microsoft.Office.Interop.MSProject.Project pj, ref bool Cancel);
abstract member ProjectBeforeAssignmentNew : Microsoft.Office.Interop.MSProject.Project * -> unit
Public Sub ProjectBeforeAssignmentNew (pj As Project, ByRef Cancel As Boolean)
Parameters
- pj
- Project
- Cancel
- Boolean