Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.48 KB

Project.Application.WindowSidepaneTaskChange.md

File metadata and controls

47 lines (27 loc) · 1.48 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowSidepaneTaskChange event (Project)
project-server
Project.Application.WindowSidepaneTaskChange
674a8134-1e34-2658-6c67-5eb92c628ed8
06/08/2017
medium

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.

[!includeSupport and feedback]