Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.04 KB

Project.Application.ProjectBeforePrint2.md

File metadata and controls

42 lines (24 loc) · 1.04 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforePrint2 event (Project)
project-server
Project.Application.ProjectBeforePrint2
93e243b7-d765-e3d9-d061-dd98407010d1
06/08/2017
medium

Application.ProjectBeforePrint2 event (Project)

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

Syntax

expression. ProjectBeforePrint2( _pj_, _Info_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project to be printed.
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 printed.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]