Application.WindowSidepaneDisplayChange Event

Project Developer Reference

Occurs when the user clicks the Show/Hide Project Guide button on the Project Guide toolbar to show or hide 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 do not occur when the project is embedded in another document or application.

See Also