piDogDataView.DataView.DragAccepted

Scope: Public
Event DragAccepted(item as DragItem, targetView as DataView, action as dragitem.types, byref removeFromList as boolean) As Boolean
'Item' was dragged from this view and dropped on 'target''.

Set RemoveFromList to true to remove the rows if desired and not already removed.

Return true to intercede and prevent the drop.