If I click on an expanded treeview, I can retreive the name of the node in the Click event. If I click a different node it returns the previous node's name in the Click event. If I try to retreive the name of the node in the AfterSelect it works fine but if I click that same node again the event is not fired. What could I be doing wrong?