_EProjectApp2.ProjectBeforeAssignmentChange 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 ProjectBeforeAssignmentChange(Microsoft::Office::Interop::MSProject::Assignment ^ asg, Microsoft::Office::Interop::MSProject::PjAssignmentField Field, System::Object ^ NewVal, bool % Cancel);
public void ProjectBeforeAssignmentChange (Microsoft.Office.Interop.MSProject.Assignment asg, Microsoft.Office.Interop.MSProject.PjAssignmentField Field, object NewVal, ref bool Cancel);
abstract member ProjectBeforeAssignmentChange : Microsoft.Office.Interop.MSProject.Assignment * Microsoft.Office.Interop.MSProject.PjAssignmentField * obj * -> unit
Public Sub ProjectBeforeAssignmentChange (asg As Assignment, Field As PjAssignmentField, NewVal As Object, ByRef Cancel As Boolean)
Parameters
- asg
- Assignment
- Field
- PjAssignmentField
- NewVal
- Object
- Cancel
- Boolean