Description

Will save the undoable on top of the Undo stack, update the undoable with the top of the Redo stack, and drop the top of the Redo stack. The operation will fail if the Redo stack is empty.

This function will fire two events: AboutToRedo and RedoDone.

Return Type

None  

Syntax

object.Redo

The Redo Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McUndoStack.

Exceptions

The operation will fail if the Undo stack is empty.