GoXam for WPF v3
ChecksTransactionLevel Property (PartManager)
Northwoods.GoXam Namespace > PartManager Class : ChecksTransactionLevel Property
Gets or sets whether this part manager will output warnings to Trace listeners when model changes occur outside of a transaction.
Syntax
public bool ChecksTransactionLevel {get; set;}

Property Value

The default value is false.
Remarks
Setting this property will also set the Northwoods.GoXam.Model.UndoManager.ChecksTransactionLevel property, if the Diagram's model has an undo manager.
See Also

Reference

PartManager Class
PartManager Members