Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 945 Bytes

Project.Application.WindowActivate(even).md

File metadata and controls

41 lines (23 loc) · 945 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowActivate event (Project)
project-server
Project.Application.WindowActivate
b54d0956-7eab-db5f-394a-5120bc111afd
06/08/2017
medium

Application.WindowActivate event (Project)

Occurs when any window within Project is activated. The WindowActivate event does not occur when the application window is activated.

Syntax

expression. WindowActivate( _activatedWindow_, )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
activatedWindow Required Window The activated window.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]