problem in event execution
-
eventhough i am generating click event only once but the handler is getting execcuted twise. as my code consist expansion and collapse of the information happends for the click event, i am unable to properly expanding or collapsing the display of information (moreover i used a button control and a richtextbox to display information instead of treeview control)please help me.
-
eventhough i am generating click event only once but the handler is getting execcuted twise. as my code consist expansion and collapse of the information happends for the click event, i am unable to properly expanding or collapsing the display of information (moreover i used a button control and a richtextbox to display information instead of treeview control)please help me.
The one time I saw this happen, I found that I had inadvertantly wired my click handler event in twice. First in InitializeComponents() and later in another piece of my code.