GoXam for WPF v3
DragOver Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DragOver Method
normally the current mouse point, in model coordinates
Affect some stationary unselected objects that are under a given point, and consider auto-scrolling.
Syntax
protected virtual void DragOver( 
   Point pt,
   bool moving,
   bool copying
)

Parameters

pt
normally the current mouse point, in model coordinates
moving
copying
Remarks

If DropOntoEnabled is true, this looks for a Northwoods.GoXam.Part at the mouse point for which ConsiderDragOver is true; if successful it sets DragOverPart to that part.

This method also performs auto-scrolling, if Northwoods.GoXam.Diagram.AllowScroll is true.

See Also

Reference

DraggingTool Class
DraggingTool Members