Dataview event on DragMode

Is there any event to call when I drag an item from one dataview to another?
thanks!

Currently there are no events controlling the dragging process between the different dataview objects.

I found this on the sample page and it works fine by the way :

dataview.events.on(“dropComplete”, function ()
{

});

I apologize. You’re right. the dropComplete event fires on the target.