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