GoXam for WPF v3
OnMouseMove Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnMouseMove Method
The System.Windows.Input.MouseEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnMouseMove( 
   MouseEventArgs e
)

Parameters

e
The System.Windows.Input.MouseEventArgs that contains the event data.
Remarks
This sets LastMousePointInModel and LastMouseEventArgs, and calls Northwoods.GoXam.Tool.IDiagramTool.DoMouseMove on the diagram's CurrentTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members