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