GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / AbortTransaction Method
In This Topic
    AbortTransaction Method (GoUndoManager)
    In This Topic
    Just call EndTransaction, aborting the current transaction.
    Syntax
    public bool AbortTransaction()

    Return Value

    the value of the call to EndTransaction
    See Also