Application.ProjectBeforeSave Event
Project Developer Reference |
Occurs before a project is saved.
Syntax
expression.ProjectBeforeSave(pj, SaveAsUi, Cancel)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
pj | Required | Project | The project to be saved. |
SaveAsUi | Required | Boolean | True if the Save As dialog box is displayed. |
Cancel | Required | Boolean | False when the event occurs. If the event procedure sets this argument to True, the project will not be saved. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
See Also