Share via


BeforeSave Event

Occurs before the project is saved.

Syntax

Private Sub Project_BeforeSave(ByVal pj As MSProject.Project)

pj     The project that is being saved.

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 | ProjectBeforeSave Event