GoXam for WPF v3
Redo Method (UndoManager)
Northwoods.GoXam.Model Namespace > UndoManager Class : Redo Method
Restore the state of some models to after the current IUndoableEdit.
Syntax
public virtual void Redo()
Remarks
This calls IUndoableEdit.Redo on the current EditToRedo. This will raise a Changed event with a hint of ModelChange.StartingRedo before actually performing the redo, and will raise a Changed event with a hint of ModelChange.FinishedRedo afterwards. The Data is the UndoManager.CompoundEdit that was the value of EditToRedo before calling Redo.
See Also

Reference

UndoManager Class
UndoManager Members
CanRedo Method