GoXam for WPF v3
StopTransaction Method
Northwoods.GoXam.Tool Namespace > DiagramTool Class : StopTransaction Method
If TransactionResult is null, call Northwoods.GoXam.Diagram.RollbackTransaction, otherwise call Northwoods.GoXam.Diagram.CommitTransaction.
Syntax
protected virtual bool StopTransaction()

Return Value

the result of the call to rollback or commit the transaction
Remarks
This is normally called in an override of DoDeactivate, if StartTransaction was called in DoActivate.
See Also

Reference

DiagramTool Class
DiagramTool Members