Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.04 KB

Project.Application.ProjectBeforeClose2.md

File metadata and controls

42 lines (24 loc) · 1.04 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforeClose2 event (Project)
project-server
Project.Application.ProjectBeforeClose2
24b43d85-f99c-915c-47fe-0df5875fc479
06/08/2017
medium

Application.ProjectBeforeClose2 event (Project)

Occurs before a project is closed. Uses the EventInfo object parameter.

Syntax

expression. ProjectBeforeClose2( _pj_, _Info_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project to be closed
Info Required EventInfo EventInfo.Cancel is 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]