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

Parameters

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

Reference

DiagramPanel Class
DiagramPanel Members