Ant Organisation Ltd documentation

ListBarManipulator.Drop Method 

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

public void Drop(
   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 dropped

Return Value

True if the object can be dropped

Implements

DropTarget.Drop

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace