Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 753 Bytes

Project.Application.IsUndoingOrRedoing.md

File metadata and controls

33 lines (19 loc) · 753 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.IsUndoingOrRedoing method (Project)
project-server
Project.Application.IsUndoingOrRedoing
e0e5ddc7-aa22-0d43-1de6-83a260d57608
06/08/2017
medium

Application.IsUndoingOrRedoing method (Project)

Indicates whether Project is currently executing an undo or redo action.

Syntax

expression. IsUndoingOrRedoing

expression A variable that represents an Application object.

Return value

Boolean

Remarks

Use the Application.OnUndoOrRedo event to listen for specific undo or redo actions.

[!includeSupport and feedback]