WindowGoalAreaChange Event

Occurs after a user clicks a different goal area in the Project Guide.

Syntax

Private Sub object_WindowGoalAreaChange(ByVal Window As MSProject.Window, ByVal goalArea As Long)

object     An object of type Application declared with events in a class module. For more information, see Using events with the Application object.

Window     The window where the Project Guide is being changed.

goalArea     The ID of the goal area the user just clicked.

Remarks

Project events do not occur when the project is embedded in another document or application.

Applies to | Application Object

See Also | GoalAreaChange Method | GoalAreaHighlight Method | WindowSidepaneTaskChange Event