GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / Undo Method
In This Topic
    Undo Method (GoChangedEventArgs)
    In This Topic
    Reverse the effects of this document change by calling GoDocument.ChangeValue.
    Syntax
    public void Undo()
    Remarks
    CanUndo must be true for this method to call GoDocument.ChangeValue.
    See Also