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

Parameters

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

Reference

DiagramPanel Class
DiagramPanel Members