GoXam for WPF v3
OnMouseDown Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnMouseDown Method
The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.
Invoked when an unhandled System.Windows.Input.Mouse.MouseDown 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 OnMouseDown( 
   MouseButtonEventArgs e
)

Parameters

e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.
Remarks
This sets FirstMousePointInModel, LastMousePointInModel, FirstMouseEventArgs, and LastMouseEventArgs, and calls Northwoods.GoXam.Tool.IDiagramTool.DoMouseDown on the diagram's CurrentTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members