I manually select my Node in Treeview:
treeView1.SelectedNode = treeView1.Nodes[0].Nodes[0].Nodes[0];
But I want to click it also, not only select, cause I load data from XML into Form, depended on which Node has been clicked..
How to do this clickevent on the specified Node?