I am using Tree control for my navigation needs. I have implemented a change event handler that would show a form when a node is clicked. Now I am adding another Tree control that does the same: show a form when a node is clicked. Both trees show form in the same area. Since change event does not fire when the same node is clicked again, I cannot show a form when I am clicking the same node in the first tree after I showed a form clicking on the second one. Are there other events that I could use?
Thanks for help.

