GoXam for WPF v3
CommitTransaction Method (UndoManager)
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
: CommitTransaction Method
the transaction name
Just call
EndTransaction
, committing the current transaction, with the presentation name for the transaction.
Syntax
C#
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