How do I capture the event of the clicking the Selected Node of a TreeView? It doesn\'t fire the SelectedNodeChanged since the selection has obviously not c
c#:
TreeNode node = TreeTypes.FindNode(obj.CustomerTypeId.ToString()); TreeTypes.Nodes[TreeTypes.Nodes.IndexOf(node)].Select();