Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1005 Bytes

Project.Application.ProjectBeforePrint.md

File metadata and controls

42 lines (24 loc) · 1005 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectBeforePrint event (Project)
project-server
Project.Application.ProjectBeforePrint
7cc8de23-c3e3-81df-ae26-37c4e639dd81
06/08/2017
medium

Application.ProjectBeforePrint event (Project)

Occurs before a project is printed.

Syntax

expression. ProjectBeforePrint( _pj_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

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