Application.WindowSidepaneTaskChange event (Project)
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 don't occur when the project is embedded in another document or application.
Note
The Project Guide is disabled by default in Project. Although you can create and display custom Project Guide pages, we recommend that you create a task pane app instead of a custom Project Guide for new development.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.