GoXam for WPF v3
DoDragOver Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DoDragOver Method
For copies or external moves, create and move copied parts for the drag-and-drop data.
Syntax
public virtual void DoDragOver( 
   DragEventArgs e
)

Parameters

e
Remarks

For an internal move (MayMoveInternal), just move the collection of DraggedParts. For internal or external copies (MayCopyInternal or MayCopyExternal), create copied parts or create parts from the external drag-and-drop data and move them appropriately. For an external move (MayMoveExternal), create parts from the external drag-and-drop data and move them appropriately.

This also calls DragOver.

See Also

Reference

DraggingTool Class
DraggingTool Members