GoXam for WPF v3
DoActivate Method (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : DoActivate Method
This method is called by the diagram after setting Northwoods.GoXam.Diagram.CurrentTool, to make the new tool active.
Syntax
public virtual void DoActivate()
Remarks
This should set Active to true. This might call StartTransaction, if this tool's activity involves modification of the model.
See Also

Reference

DiagramTool Class
DiagramTool Members