Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.07 KB

Project.Application.ProjectBeforeSave.md

File metadata and controls

43 lines (25 loc) · 1.07 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeSave event (Project)
project-server
Project.Application.ProjectBeforeSave
406986e7-22f6-109e-1973-f22e81081111
06/08/2017
medium

Application.ProjectBeforeSave event (Project)

Occurs before a project is saved.

Syntax

expression. ProjectBeforeSave( _pj_, _SaveAsUi_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project to be saved.
SaveAsUi Required Boolean True if the Save As dialog box is displayed.
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the project will not be saved.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]