WindowSidepaneTaskChange Event

Occurs when a user selects different items in the Next Steps and Related Activities menu in the Project Guide.

Syntax

Private Sub object_WindowSidepaneTaskChange(ByVal   Window   As MSProject.Window, ByVal   ID   As Long, ByVal   IsGoalArea   As Boolean)

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.

ID     The ID of the task in the Project Guide you are trying to display.

IsGoalArea     True if trying to change to a different goal area in the Project Guide. False if trying to change to a different Project Guide task.

Remarks

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

Applies to | Application Object

See Also | WindowSidepaneDisplayChange Event