Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
281
what event to use for node click
posted
I am using WinTree for Navigation. ex: loading MDI Child forms.

I am currently using UltraTree1_AfterSelect to see which node was selected to load different MDI child forms. The user clicks the node to load a MDI child form. Then they close the MDI child form but node they clicked before is still selected. Which means if they click on the same selected node again, the UltraTree1_AfterSelect event wont fire. So they have to click a different node, then click original node to load the MDI child form. Should I be using a different event?

Parents
No Data
Reply Children