_EProjectApp.ProjectBeforeAssignmentDelete(Assignment, 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 ProjectBeforeAssignmentDelete(Microsoft::Office::Interop::MSProject::Assignment ^ asg, bool % Cancel);
public void ProjectBeforeAssignmentDelete (Microsoft.Office.Interop.MSProject.Assignment asg, ref bool Cancel);
abstract member ProjectBeforeAssignmentDelete : Microsoft.Office.Interop.MSProject.Assignment * -> unit
Public Sub ProjectBeforeAssignmentDelete (asg As Assignment, ByRef Cancel As Boolean)
Parameters
- asg
- Assignment
- Cancel
- Boolean