title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.WindowSidepaneDisplayChange event (Project) |
project-server |
|
8c4c22f4-4005-eff5-2964-880982634e78 |
06/08/2017 |
medium |
Occurs when the user shows or hides the Project Guide.
expression. WindowSidepaneDisplayChange
( _Window_
, _Close_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Window | Required | Window | The window where the Project Guide is shown or hidden. |
Close | Required | Boolean | False if the user is closing the Project Guide. True if the user is showing the Project Guide. |
Nothing
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]