title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.OnUndoOrRedo event (Project) |
vbapj.chm131132 |
|
project-server |
|
7f60e893-81d0-1b2f-c5f5-ec1451633fa7 |
06/08/2017 |
medium |
Occurs when a transaction is undone or redone.
expression. OnUndoOrRedo
( _bstrLabel_
, _bstrGUID_
, _fUndo_
)
expression A variable that represents an Application object.
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. |
Nothing
Use the OnUndoOrRedo event to manage undo or redo actions that are specified by the global OpenUndoTransaction and CloseUndoTransaction methods.
[!includeSupport and feedback]