piDogDataView.DataView.DropCells

Scope: Public
Event DropCells(byref row as integer, byref column as integer, obj as DragItem) As Boolean
Cells (XML available in obj raw data "cell") have been dropped on the list at insertionIndex.

Access an XML version of the data in obj.RawData("cels")

Modify row / column to adjust where the drop occurs

Return true if you handled the drop.