GoXam for WPF v3
OnDragLeave Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnDragLeave Method
The System.Windows.DragEventArgs that contains the event data.
Invoked when an unhandled System.Windows.DragDrop.DragLeave 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 OnDragLeave( 
   DragEventArgs e
)

Parameters

e
The System.Windows.DragEventArgs that contains the event data.
Remarks
This sets LastMousePointInModel, and calls Northwoods.GoXam.Tool.DraggingTool.DoDragLeave on the diagram's DraggingTool.
See Also

Reference

DiagramPanel Class
DiagramPanel Members