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
115
Exception is not thrown from NodeCheckedChanged event
posted

Hello, 

I am experiencing a behavior which I think is because there is an exception handling inside of Infragstics code which is wrong and not communicated.

I am not sure whether I am missing something or this is a bug or wrong exception handling. 

Reproducing is very simple:

Just define a Data Tree with the check boxes feature and define the NodeCheckedChanged event and throw an exception inside it. You will see that it will not bubble up from the event.

I also attached an example. I am not sure whether what I am doing inside of App is correct but you can compile and run exe file to see that nothing is thrown and the application goes to an undefined state.

DataTree Not Throwing Exception.zip
Parents Reply Children