There is an event "Click" for the treeview...You can add this event, and
call it.
You can choose this event from the "Events" windows in visual studio.net
There is an AfterSelect event on the TreeView which is fired whenever a different node is selected in the tree. You can also determine what happened to raise the event from the passed in arguments so, something like this should work whenever a node is clicke