_EProjectApp.ProjectBeforeTaskDelete(Task, 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 ProjectBeforeTaskDelete(Microsoft::Office::Interop::MSProject::Task ^ tsk, bool % Cancel);
public void ProjectBeforeTaskDelete (Microsoft.Office.Interop.MSProject.Task tsk, ref bool Cancel);
Public Sub ProjectBeforeTaskDelete (tsk As Task, ByRef Cancel As Boolean)
Parameters
- tsk
- Task
- Cancel
- Boolean