You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: