GoXam for WPF v3
DoDeactivate Method (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : 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
public virtual void DoDeactivate()
Remarks
This needs to set Active to false. This might call StopTransaction, if this tool's activity involves modification of the model.
See Also

Reference

DiagramTool Class
DiagramTool Members