Ant Organisation Ltd documentation

ListBarManipulator.DragOver Method 

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

public bool DragOver(
   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.DragOver

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace