Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.29 KB

Project.Application.WindowSidepaneDisplayChange.md

File metadata and controls

46 lines (26 loc) · 1.29 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowSidepaneDisplayChange event (Project)
project-server
Project.Application.WindowSidepaneDisplayChange
8c4c22f4-4005-eff5-2964-880982634e78
06/08/2017
medium

Application.WindowSidepaneDisplayChange event (Project)

Occurs when the user shows or hides the Project Guide.

Syntax

expression. WindowSidepaneDisplayChange( _Window_, _Close_ )

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 shown or hidden.
Close Required Boolean False if the user is closing the Project Guide. True if the user is showing the Project Guide.

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]