GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / Redo Method
In This Topic
    Redo Method (GoUndoManager)
    In This Topic
    Restore the state of some documents to after the current IGoUndoableEdit.
    Syntax
    public virtual void Redo()
    Remarks
    This calls IGoUndoableEdit.Redo on the current EditToRedo. This will raise a GoDocument.Changed event with a hint of GoDocument.StartingRedo before actually performing the redo, and will raise a Changed event with a hint of GoDocument.FinishedRedo afterwards. The GoChangedEventArgs.GoChangedEventArgs.Object is the GoUndoManagerCompoundEdit that was the value of EditToRedo before calling Redo.
    See Also