Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.18 KB

Project.Application.SecondaryViewChange.md

File metadata and controls

39 lines (24 loc) · 1.18 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SecondaryViewChange event (Project)
project-server
Project.Application.SecondaryViewChange
f0f3f81b-c75f-79ee-db8b-6bdd32a3702f
06/08/2017
medium

Application.SecondaryViewChange event (Project)

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

[!includeSupport and feedback]