GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / ChecksTransactionLevel Property
In This Topic
    ChecksTransactionLevel Property
    In This Topic
    Gets or sets whether this undo manager will output warnings to Trace listeners when document changes occur outside of a transaction.
    Syntax
    public bool ChecksTransactionLevel {get; set;}

    Property Value

    This defaults to false.
    See Also