Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 994 Bytes

Project.Application.ApplicationBeforeClose.md

File metadata and controls

41 lines (23 loc) · 994 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ApplicationBeforeClose event (Project)
project-server
Project.Application.ApplicationBeforeClose
9523a793-b4c1-fd79-303e-b167d7f80025
06/08/2017
medium

Application.ApplicationBeforeClose event (Project)

Occurs before Project exits.

Syntax

expression. ApplicationBeforeClose( _Info_, )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Info Required EventInfo EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, Project does not close when the procedure is finished.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]