_EProjectApp2.ProjectBeforeAssignmentChange2 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 ProjectBeforeAssignmentChange2(Microsoft::Office::Interop::MSProject::Assignment ^ asg, Microsoft::Office::Interop::MSProject::PjAssignmentField Field, System::Object ^ NewVal, Microsoft::Office::Interop::MSProject::EventInfo ^ Info);
public void ProjectBeforeAssignmentChange2 (Microsoft.Office.Interop.MSProject.Assignment asg, Microsoft.Office.Interop.MSProject.PjAssignmentField Field, object NewVal, Microsoft.Office.Interop.MSProject.EventInfo Info);
abstract member ProjectBeforeAssignmentChange2 : Microsoft.Office.Interop.MSProject.Assignment * Microsoft.Office.Interop.MSProject.PjAssignmentField * obj * Microsoft.Office.Interop.MSProject.EventInfo -> unit
Public Sub ProjectBeforeAssignmentChange2 (asg As Assignment, Field As PjAssignmentField, NewVal As Object, Info As EventInfo)
Parameters
- asg
- Assignment
- Field
- PjAssignmentField
- NewVal
- Object
- Info
- EventInfo