GoXam for WPF v3
DoDeactivate Method (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : DoDeactivate Method
This method is called by the diagram on the old tool when Northwoods.GoXam.Diagram.CurrentTool is set to a new tool.
Syntax
void DoDeactivate()
Remarks
This needs to set Active to false. This might call DiagramTool.StopTransaction, if this tool's activity involves modification of the model.
See Also

Reference

IDiagramTool Interface
IDiagramTool Members