GoXam for WPF v3
DoMouseDown Method (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : DoMouseDown Method
The diagram will call this method upon a mouse down event.
Syntax
void DoMouseDown()
Remarks
This is normally overridden for mouse-down tools; it is not called for mouse-move or mouse-up tools. However it may also be called when the tool is run in a modal fashion, when code explicitly sets the diagram's Northwoods.GoXam.Diagram.CurrentTool.
See Also

Reference

IDiagramTool Interface
IDiagramTool Members