Application.WorkpaneDisplayChange Event
Project Developer Reference |
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
Project events do not occur when the project is embedded in another document or application.
See Also