GoXam for WPF v3
CanRedo Method (UndoManager)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
UndoManager Class
: CanRedo Method
This predicate is true when one can call
Redo
.
Syntax
C#
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