Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.13 KB

Project.Application.ProjectBeforeResourceDelete.md

File metadata and controls

44 lines (25 loc) · 1.13 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeResourceDelete event (Project)
project-server
Project.Application.ProjectBeforeResourceDelete
aadef12e-57dc-210e-d29a-54f79d1c1abd
06/08/2017
medium

Application.ProjectBeforeResourceDelete event (Project)

Occurs before a resource is deleted.

Syntax

expression. ProjectBeforeResourceDelete( _res_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
res Required Resource The resource that is being deleted.
Cancel Required Boolean 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 ProjectBeforeResourceDelete event doesn't occur when changes have been made using a custom form.

[!includeSupport and feedback]