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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.