Application.SecondaryViewChange Event
Project Developer Reference |
Event occurs when a secondary view pane changes within a project window.
Syntax
expression.SecondaryViewChange(Window, prevView, newView, success)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Window | Required | Window | The name of the Project file. |
prevView | Required | View | The name of the previous topic pane view before the view change occurred. If the user was not in a project view before applying the current view, the prevView argument returns null. |
newView | Required | View | The name of the new top pane view that the user applied. |
success | Required | Boolean | True if the view change action succeeded. |
Return Value
nothing
See Also