Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.19 KB

Project.Application.ProjectBeforeTaskDelete2.md

File metadata and controls

44 lines (25 loc) · 1.19 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeTaskDelete2 event (Project)
project-server
Project.Application.ProjectBeforeTaskDelete2
2c695579-bfe4-d109-eebc-4fb258a95c1e
06/08/2017
medium

Application.ProjectBeforeTaskDelete2 event (Project)

Occurs before a task is deleted. Uses the EventInfo object parameter.

Syntax

expression. ProjectBeforeTaskDelete2( _tsk_, _Info_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
tsk Required Task The task that is being deleted.
Info Required EventInfo EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, the task is not deleted when the procedure is finished.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

the ProjectBeforeTaskDelete2 event does not occur when changes have been made using a custom form.

[!includeSupport and feedback]