Application.ProjectCalculate Event
Project Developer Reference |
Occurs after a project is calculated.
Syntax
expression.ProjectCalculate(pj, )
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
pj | Required | Project | The project that was calculated. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
See Also