ErrorProvider Xojo Plugin |
|
RectControl.DragOver Event
Fires when the DragItem is over the RectControl.

DragOver(
x
as Integer,
y
as Integer,
obj
as DragItem,
Action
as DragItem.Types)
as Boolean
Parameters
- x
- The x coordinate of the mouse.
- y
- The y coordinate of the mouse.
- obj
- The drag item.
- Action
- Specifies the type of drag action.
Returns
- Boolean
- Return True from this event to prevent the drop from occurring.
Remarks
This event is part of Xojo base class.