Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.19 KB

Project.Application.ProjectBeforeResourceDelete2.md

File metadata and controls

44 lines (25 loc) · 1.19 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeResourceDelete2 event (Project)
project-server
Project.Application.ProjectBeforeResourceDelete2
3665f6e0-6df8-0a8d-28c1-49bfe51ffad5
06/08/2017
medium

Application.ProjectBeforeResourceDelete2 event (Project)

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

Syntax

expression. ProjectBeforeResourceDelete2( _res_, _Info_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
res Required Resource The resource 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 resource is not deleted.

Return value

Nothing

Remarks

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

the ProjectBeforeResourceDelete2 event doesn't occur when changes have been made using a custom form.

[!includeSupport and feedback]