title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.ProjectBeforeTaskDelete event (Project) |
project-server |
|
3acc4ba4-0fdc-61fd-17df-e6450055a39b |
06/08/2017 |
medium |
Occurs before a task is deleted.
expression. ProjectBeforeTaskDelete
( _tsk_
, _Cancel_
)
expression A variable that represents an Application object.
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. |
Nothing
Project events don't 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.
[!includeSupport and feedback]