GoXam for WPF v3
StartTransaction Method (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : StartTransaction Method
Call Northwoods.GoXam.Diagram.StartTransaction with the given transaction name.
Syntax
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