Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 961 Bytes

Project.Application.WindowDeactivate.md

File metadata and controls

39 lines (23 loc) · 961 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowDeactivate event (Project)
project-server
Project.Application.WindowDeactivate
141940d7-f117-d3a8-2aa5-83679a5fbfd4
06/08/2017
medium

Application.WindowDeactivate event (Project)

Occurs when any window within Project is deactivated. The WindowDeactivate event does not occur when the application window is deactivated.

Syntax

expression.WindowDeactivate (deactivatedWindow)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
deactivatedWindow Required Window The deactivated window.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

[!includeSupport and feedback]