NodeClick

This event occurs when a user chooses a Node object in a TreeView control.

Syntax

Private Sub treeview_NodeClick(index)

Parameters

treeview
Object expression that evaluates to a TreeView control.
node
Index of the chosen Node object.

Remarks

A user generates a NodeClick event by choosing a particular Node object. A user generates a standard Click event by choosing any part of the TreeView control outside a Node object.. The NodeClick event occurs before the standard Click event.