Ant Organisation Ltd documentation

DragSource.StartDrag Method 

Called when a drag is starting.

bool StartDrag(
   int x,
   int y,
   DragObjectInfoInit objectInfo
);

Parameters

x
x-coordinate of drag point.
y
y-coordinate of drag point.
objectInfo
This must be populated by the implementor of DragSource.

Return Value

True unless drag should be cancelled.

See Also

DragSource Interface | Ant.Shared.Windows.DragDrop Namespace