Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.15 KB

Project.Application.OnUndoOrRedo.md

File metadata and controls

46 lines (28 loc) · 1.15 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.OnUndoOrRedo event (Project)
vbapj.chm131132
vbapj.chm131132
project-server
Project.Application.OnUndoOrRedo
7f60e893-81d0-1b2f-c5f5-ec1451633fa7
06/08/2017
medium

Application.OnUndoOrRedo event (Project)

Occurs when a transaction is undone or redone.

Syntax

expression. OnUndoOrRedo( _bstrLabel_, _bstrGUID_, _fUndo_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
bstrLabel Required String Label of the transaction just undone or redone.
bstrGUID Required String GUID of the transaction or NULL.
fUndo Required Boolean True if the transaction was undone or False if it was redone.

Return value

Nothing

Remarks

Use the OnUndoOrRedo event to manage undo or redo actions that are specified by the global OpenUndoTransaction and CloseUndoTransaction methods.

[!includeSupport and feedback]