Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TabablzControl SelectedIndex binding catches all exception from bound property #265

Open
rav97 opened this issue Sep 28, 2021 · 0 comments

Comments

@rav97
Copy link

rav97 commented Sep 28, 2021

When databinding to the SelectedIndex property in TabablzControl, it catches all exceptions that get thrown deeper in the call stack into the bound property.

In my case, I have bound to a property that receives the SelectedIndex value and then in property setter calls a method that performs certain actions. Calling the method may result in throwing an exception that I would like to handle later, however it is not possible because something inside TabablzControl catches it and ignores it.

@rav97 rav97 changed the title TabablzControl SelectedIndex binding catches all exception from binded property TabablzControl SelectedIndex binding catches all exception from bound property Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant