TreeView REALbasic Plugin

TreeView.NodeMouseDown Event

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

NodeMouseDown(
   node as TreeViewNode,
   nodeIndex as Integer)

Parameters

node
The node that got clicked.
nodeIndex
The screen index of the node that got clicked.

Remarks

See Also

TreeView Control