TreeView Xojo plugin

TreeView.AfterMouseDown Event

This event is fired after all handling of MouseDown is complete, including repaint if needed.

AfterMouseDown(
   node as TreeViewNode,
   nodeIndex as Integer)

Parameters

node
The node that was clicked (nil if none).
nodeIndex
The screen index for the node that was clicked (-1 if none).

Remarks

This event is especially good for context menus.

See Also

TreeView Control