Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1011 Bytes

Project.Project.Deactivate.md

File metadata and controls

46 lines (27 loc) · 1011 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.Deactivate event (Project)
vbapj.chm131189
vbapj.chm131189
project-server
Project.Project.Deactivate
ce4301e5-8881-1280-fafb-a87c37d088dd
06/08/2017
medium

Project.Deactivate event (Project)

Occurs when switching from the current project to another project.

Syntax

expression. Deactivate( _pj_ )

expression A variable that represents a Project object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project that was deactivated.

Return value

Nothing

Remarks

The Deactivate event does not occur when you close a project or when you switch between two windows showing the same project.

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

[!includeSupport and feedback]