GoXam for WPF v3
Redo 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
: Redo Method
Restore the state of some models to after the current
IUndoableEdit
.
Syntax
C#
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