GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / AbortTransaction Method
In This Topic
    AbortTransaction Method (GoDocument)
    In This Topic
    Call the UndoManager's GoUndoManager.AbortTransaction method.
    Syntax
    public virtual bool AbortTransaction()

    Return Value

    Remarks
    After calling GoUndoManager.AbortTransaction, if that call returned true, this raises a Changed event with a hint of AbortedTransaction.
    See Also