GoXam for WPF v3
CommitTransaction Method (UndoManager)
Northwoods.GoXam.Model Namespace > UndoManager Class : CommitTransaction Method
the transaction name
Just call EndTransaction, committing the current transaction, with the presentation name for the transaction.
Syntax
public bool CommitTransaction( 
   string tname
)

Parameters

tname
the transaction name

Return Value

the value of the call to EndTransaction
See Also

Reference

UndoManager Class
UndoManager Members