GoXam for WPF v3
OnLostMouseCapture Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnLostMouseCapture Method
The System.Windows.Input.MouseEventArgs that contains event data.
Invoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture 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 OnLostMouseCapture( 
   MouseEventArgs e
)

Parameters

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

Reference

DiagramPanel Class
DiagramPanel Members