Databinding and Exceptions #3702
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment
-
Fellow developers, this.txtSample.DataBindings["Text"].Parse += new ConvertEventHandler(txtSample_Parse); you can then implement logic in the event handler to avoid runtime exceptions. Kind Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to #3697
We have a Winforms application where data binding has an error on account of an exception thrown by SetPropertyConvert. If we remove this property/textbox from databinding, where should we handle this exception? Before setting the property on our object?
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions