Ant Organisation Ltd documentation

ListBarManipulator.DragEnter Method 

Notifies this control that the dragged object has entered the control Used by drag drop manager, during drag drop operations.

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

Parameters

x
x coordinate relative to this control
y
y coordinate relative to this control
dragObject
DragObjectInfo about the object being dragged

Return Value

True if the object can be dropped

Implements

DropTarget.DragEnter

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace