Share via


Application.IsUndoingOrRedoing Method

Project Developer Reference

Indicates whether Microsoft Office Project 2007 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.

See Also