GoXam for WPF v3
DoMouseMove Method (ResizingTool)
Northwoods.GoXam.Tool Namespace > ResizingTool Class : DoMouseMove Method
The diagram will call this method upon a mouse move event.
Syntax
public override 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. An override of this method usually does nothing when Active is false.
See Also

Reference

ResizingTool Class
ResizingTool Members