Application.WindowGoalAreaChange Event
Project Developer Reference |
Occurs after a user clicks a different goal area in the Project Guide.
Syntax
expression.WindowGoalAreaChange(Window, goalArea)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Window | Required | Window | The window where the Project Guide is being changed. |
goalArea | Required | Long | The ID of the goal area the user just clicked. |
Return Value
nothing
Remarks
Project events do not occur when the project is embedded in another document or application.
See Also