GoXam for WPF v3
NestedTransactionNames Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
UndoManager Class
: NestedTransactionNames Property
Gets a stack of ongoing transaction names.
Syntax
C#
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