GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ Redo Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Redo Method (GoDocument)
In This Topic
Call the UndoManager's
Redo
method if
CanRedo
is true.
Syntax
C#
public
virtual
void
Redo()
Remarks
GoUndoManager
.
Redo
will raise a Changed event with a hint of
StartingRedo
before actually performing the redo, and will raise a Changed event with a hint of
FinishedRedo
afterwards. The
GoChangedEventArgs
.
Object
is the
GoUndoManagerCompoundEdit
that was the value of
GoUndoManager
.
GoUndoManager.EditToRedo
before calling
Redo
.
See Also
Reference
GoDocument Class
GoDocument Members