Application.ApplicationBeforeClose Event
Project Developer Reference |
Occurs before Project exits.
Syntax
expression.ApplicationBeforeClose(Info, )
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Info | Required | EventInfo | EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, Project does not close when the procedure is finished. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
See Also