GoXam for WPF v3
StartTransaction Method (UndoManager)
Northwoods.GoXam.Model Namespace > UndoManager Class : StartTransaction Method
Begin a transaction, where the changes are held by a UndoManager.CompoundEdit.
Syntax
public virtual bool StartTransaction( 
   string tname
)

Parameters

tname

Return Value

true if starting a top-level transaction
Remarks
Transactions can be nested: StartTransaction returns true StartTransaction returns false CommitTransaction returns false CommitTransaction returns true Nested transactions will share the same compound edit as the top-level one. This will raise a Changed event for each of the Models, with a hint of ModelChange.StartedTransaction.
See Also

Reference

UndoManager Class
UndoManager Members
EndTransaction Method