Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1000 Bytes

Project.Application.ProjectBeforeClose.md

File metadata and controls

42 lines (24 loc) · 1000 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeClose event (Project)
project-server
Project.Application.ProjectBeforeClose
90e75c72-03f9-25ab-1339-94d9ff8933a2
06/08/2017
medium

Application.ProjectBeforeClose event (Project)

Occurs before a project is closed.

Syntax

expression. ProjectBeforeClose( _pj_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project to be closed
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the project will not be closed.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]