GoXam for WPF v3
StartTransaction Method (DiagramTool)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
DiagramTool Class
: StartTransaction Method
Call
Northwoods.GoXam.Diagram.StartTransaction
with the given transaction name.
Syntax
C#
protected
virtual
bool
StartTransaction(
string
tname
)
Parameters
tname
Remarks
This is normally called in an override of
DoActivate
, if the tool modifies the model, along with a call to
StopTransaction
in an override of
DoDeactivate
.
See Also
Reference
DiagramTool Class
DiagramTool Members