Event Trigger
-
Hello All.. i have a TreeView called "tvwProject" which in the frmLoad function i have the following code: //tvwProject.SelectedNode = tvwProject.TopNode; meaning that i don't want any node to be selected in the loading of the frm. the event's flow continues to the Enter function & automatically to AfterSelect in the Enter event -> tvwProject.SelectedNode == null BUT in AfterSelect event -> tvwProject.SelectedNode = first node in treeView how can i control the selected node ?? how can i see the event flow in my program ?? thank's Eyal
-
Hello All.. i have a TreeView called "tvwProject" which in the frmLoad function i have the following code: //tvwProject.SelectedNode = tvwProject.TopNode; meaning that i don't want any node to be selected in the loading of the frm. the event's flow continues to the Enter function & automatically to AfterSelect in the Enter event -> tvwProject.SelectedNode == null BUT in AfterSelect event -> tvwProject.SelectedNode = first node in treeView how can i control the selected node ?? how can i see the event flow in my program ?? thank's Eyal
Try this link.
I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.
Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you. Thanks Md. Marufuzzaman