piDogDataView.DataView.DropRows

Scope: Public
Event DropRows(byref insertionIndex as integer, obj as DragItem) As Boolean
Called when rows dragged out of a DataView have been dropped at insertionIndex.

InsertionIndex can be modified to change destination.

Rows (XML available in obj raw data "rows") have been dropped on the list at insertionIndex.

Return true if you handled the drop and want to prevent default handling.