GoXam for WPF v3
NestedTransactionNames Property
Northwoods.GoXam.Model Namespace > UndoManager Class : NestedTransactionNames Property
Gets a stack of ongoing transaction names.
Syntax
public IList<string> NestedTransactionNames {get;}
Remarks
The outermost transaction name will be the first item in the list. The last one will be the name of the most recent (nested) call to StartTransaction.
See Also

Reference

UndoManager Class
UndoManager Members