Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.21 KB

Project.Application.WindowGoalAreaChange.md

File metadata and controls

46 lines (26 loc) · 1.21 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowGoalAreaChange event (Project)
project-server
Project.Application.WindowGoalAreaChange
1ae33d11-f8aa-e1a2-b59d-9736ce4a6283
06/08/2017
medium

Application.WindowGoalAreaChange event (Project)

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

Syntax

expression. WindowGoalAreaChange( _Window_, _goalArea_ )

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.
goalArea Required Long The ID of the goal area the user just clicked.

Return value

Nothing

Remarks

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.

Project events don't occur when the project is embedded in another document or application.

[!includeSupport and feedback]