WorkpaneDisplayChange Event

Occurs when the Project Guide is hidden or shown.

Syntax

Private Sub object_WorkpaneDisplayChange(ByVal DisplayState 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.

DisplayState     True if the Project Guide is shown. False if the Project Guide is hidden.

Remarks

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

Applies to | Application Object

See Also | ProjectBeforeTaskChange Event