GoXam for WPF v3
OnDragEnter Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnDragEnter 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 OnDragEnter( 
   DragEventArgs e
)

Parameters

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

Reference

DiagramPanel Class
DiagramPanel Members