GoXam for WPF v3
ConsiderDragOver Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : ConsiderDragOver Method
normally the current mouse point, in model coordinates
the Northwoods.GoXam.Part under the mouse point that the selection might be dropped onto
Determine if the currently dragged selection (DraggedParts or CopiedParts) would be valid to be dropped onto the target part p, depending on its Northwoods.GoXam.Part.DropOntoBehavior.
Syntax
protected virtual bool ConsiderDragOver( 
   Point pt,
   Part p
)

Parameters

pt
normally the current mouse point, in model coordinates
p
the Northwoods.GoXam.Part under the mouse point that the selection might be dropped onto
Remarks
This predicate is false if the target part p is one of the parts in the DraggedParts or CopiedParts collections. It is also false if the target part is an Northwoods.GoXam.Adornment.
See Also

Reference

DraggingTool Class
DraggingTool Members