WindowSidepaneDisplayChange Event

Occurs when the user clicks the Show/Hide Project Guide button on the Project Guide toolbar to show or hide the Project Guide.

Syntax

Private Sub object_WindowSidepaneDisplayChange(ByVal   Window   As MSProject.Window, ByVal   Close   As Boolean)

object     An object of type Application declared with events in a class module. For more information, see Using events with the Application object.

Window     The window where the Project Guide is shown or hidden.

Close     False if the user is closing the Project Guide. True if the user is showing the Project Guide.

Remarks

Project events do not occur when the project is embedded in another document or application.

Applies to | Application Object

See Also | WindowSidepaneTaskChange Event