Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.15 KB

Project.Application.WorkpaneDisplayChange.md

File metadata and controls

45 lines (25 loc) · 1.15 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WorkpaneDisplayChange event (Project)
project-server
Project.Application.WorkpaneDisplayChange
8fad51ed-57f5-a34d-6ef6-f699b605c10c
06/08/2017
medium

Application.WorkpaneDisplayChange event (Project)

Occurs when the Project Guide is hidden or shown.

Syntax

expression. WorkpaneDisplayChange( _DisplayState_, )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
DisplayState Required Boolean True if the Project Guide is shown. False if the Project Guide is hidden.

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]