TreeView Xojo plugin

TreeViewCustomNode.MouseDrag Event

This Event is fired when mouse is dragged over the custom node after mouse has gone down there and true was returned from the mouse down event.

MouseDrag(
   x as Integer,
   y as Integer,
   owner as TreeView) as Boolean

Parameters

x
The x coordinate, local to the node.
y
The y coordinate, local to the node.
owner
The control that owns the node.

Returns

Boolean
Return true here to trigger redraw of the node.

Remarks

See Also

TreeViewCustomNode Class