GoXam for WPF v3
DoMouseMove Method (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : DoMouseMove Method
The diagram will call this method upon a mouse move event.
Syntax
void DoMouseMove()
Remarks
This is normally overridden for mouse-move tools; it is not called for 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