TreeView Xojo plugin

TreeView.NodeMouseDown Event

This event is fired when the mouse is clicked on a node.

NodeMouseDown(
   node as TreeViewNode,
   nodeIndex as Integer,
   columnIndex as Integer)

Parameters

node
The node that got clicked.
nodeIndex
The screen index of the node that got clicked.
columnIndex
The index if the column that was clicked (zero based). -1 if no column related data is available.

Remarks

See Also

TreeView Control