TreeView Xojo plugin

TreeView.DragOver Event

This event is fired when a DragItem is over the control.

DragOver(
   x as Integer,
   y as Integer,
   part as Integer,
   obj as DragItem) as Boolean

Parameters

x
The x coordinate of the mouse.
y
The y coordinate of the mouse.
part
A PartCode indicating over what the drag is.
obj
The DragItem that is over the control.

Returns

Boolean

Remarks

This event is only supported and only visible on REALbasic 2006 and later.

See Also

TreeView Control