GoXam for WPF v3
OnMouseUp Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnMouseUp Method
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.
Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed 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 OnMouseUp( 
   MouseButtonEventArgs e
)

Parameters

e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.
Remarks
This sets LastMousePointInModel and LastMouseEventArgs, and calls Northwoods.GoXam.Tool.IDiagramTool.DoMouseUp on the diagram's CurrentTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members