GoXam for WPF v3
CanRedo Method (UndoManager)
Northwoods.GoXam.Model Namespace > UndoManager Class : CanRedo Method
This predicate is true when one can call Redo.
Syntax
public virtual bool CanRedo()
Remarks
In order to be able to perform a redo, a transaction must not be in progress, nor an undo or a redo. Furthermore there must be an EditToRedo that itself is ready to be redone, because its IUndoableEdit.CanRedo predicate is true.
See Also

Reference

UndoManager Class
UndoManager Members
Redo Method