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