Share via


Application.WindowSidepaneTaskChange Event

Project Developer Reference

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

Syntax

expression.WindowSidepaneTaskChange(Window, ID, IsGoalArea)

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.
ID Required Long The ID of the task in the Project Guide you are trying to display.
IsGoalArea Required Boolean 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.

Return Value
nothing

Remarks

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

See Also