Sub OnDragOver(Sender: Object; Args: IDragEventArgs);
Begin
//set of operators;
End Sub OnDragOver;
Sender. Parameter that returns the component, generated an event
Args. Parameter that allows to determine the event parameters.
The OnDragOver event occurs for this component when a user drags a dragged object over it.
NOTE. The event will also occur if on dragging the object, the cursor was stopped, but the dragged object was not released.
See also: