Constable Authorization Engine 2.0 BETA

UndoEngine.Redo Method 

[This is preliminary documentation and subject to change.]

Re-does the most recently undoed change.

[Visual Basic]
Public Sub Redo()
[C#]
public void Redo();

Exceptions

Exception Type Condition
UndoException The redo operation cannot be performed, for example because there are no changes to be redone, or the UndoEngine is currently in the process of recording a change.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace