GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / TransactionLevel Property
In This Topic
    TransactionLevel Property
    In This Topic
    Gets the current transaction level.
    Syntax
    public int TransactionLevel {get;}

    Property Value

    This value is zero when no transaction is in progress. The initial value is zero. StartTransaction will increment this value; EndTransaction will decrement it. When this value is greater than zero, CanUndo and CanRedo will be false, because additional logically related document change events may occur.
    See Also