Ant Organisation Ltd documentation

DragSource.Dropped Method 

Called when the object is successfully dropped.

void Dropped(
   DropTarget target,
   DragObjectInfo dragObject
);

Parameters

target
Target on which the object was dropped.
dragObject
Object that has been dropped.

See Also

DragSource Interface | Ant.Shared.Windows.DragDrop Namespace