Application.ProjectBeforeTaskDelete Event
Project Developer Reference |
Occurs before a task is deleted.
Syntax
expression.ProjectBeforeTaskDelete(tsk, Cancel)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
tsk | Required | Task | The task that is being deleted. |
Cancel | Required | Boolean | False when the event occurs. If the event procedure sets this argument to True, the task is not deleted. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
The ProjectBeforeTaskDelete event does not occur when changes have been made using a custom form.
See Also