GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / FinishedRedo Field
In This Topic
    FinishedRedo Field
    In This Topic
    This is a RaiseChanged hint, called by Redo just after a call to GoUndoManager.Redo.
    Syntax
    public const int FinishedRedo
    Remarks
    The GoChangedEventArgs.Object is the GoUndoManagerCompoundEdit that was the value of GoUndoManager.EditToRedo before calling Redo.
    See Also