Ant Organisation Ltd documentation

DropTarget.DragEnter Method 

Called when an object is dragged into the target.

bool DragEnter(
   int x,
   int y,
   DragObjectInfo dragObject
);

Parameters

x
x-coordinate of drag point.
y
y-coordinate of drag point.
dragObject
Object being dragged.

Return Value

True if a drop is allowed at this point.

See Also

DropTarget Interface | Ant.Shared.Windows.DragDrop Namespace