Share via


BeforePrint Event

Occurs before the project is printed or previewed.

Syntax

Private Sub Project_BeforePrint(ByVal pj As MSProject.Project)

pj     The project that is being printed or previewed.

Remarks

Project events do not occur when the project is embedded in another document or application.

Applies to | Project Object, Projects Collection Object

See Also | ProjectBeforePrint Event