GoXam for WPF v3
StartTransaction Method (DiagramModel)
Northwoods.GoXam.Model Namespace > DiagramModel Class : StartTransaction Method
a String describing the transaction
Call the UndoManager's StartTransaction method.
Syntax
public bool StartTransaction( 
   string tname
)

Parameters

tname
a String describing the transaction

Return Value

the value of the call to StartTransaction
Remarks
Transactions may be nested, e.g. Start, Start, Commit, Commit. StartTransaction will raise a Changed event with a hint of ModelChange.StartedTransaction.
See Also

Reference

DiagramModel Class
DiagramModel Members
CommitTransaction Method