Ant Organisation Ltd documentation

DropTarget.Drop Method 

Called when an object is dropped on the target.

void Drop(
   int x,
   int y,
   DragObjectInfo dragObject
);

Parameters

x
x-coordinate of drop point.
y
y-coordinate of drop point.
dragObject
Object being dropped.

See Also

DropTarget Interface | Ant.Shared.Windows.DragDrop Namespace