title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.SecondaryViewChange event (Project) |
project-server |
|
f0f3f81b-c75f-79ee-db8b-6bdd32a3702f |
06/08/2017 |
medium |
Event occurs when a secondary view pane changes within a project window.
expression. SecondaryViewChange
( _Window_
, _prevView_
, _newView_
, _success_
)
expression A variable that represents an Application object.
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. |
Nothing
[!includeSupport and feedback]