This event occurs when a user chooses a Node object in a TreeView control.
Private Sub treeview_NodeClick(index)
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.