GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Redo Method
In This Topic
    Redo Method (GoDocument)
    In This Topic
    Call the UndoManager's Redo method if CanRedo is true.
    Syntax
    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