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

Reference

IDiagramTool Interface
IDiagramTool Members