Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I would like to raise "exception" in Property Setter method. For example, upon user specify value to textbox and updated to field property, my program will check for some logic, if not valid, I want to show error provider icon immediately instead of waiting Save().
I tried to add broken rules, but it doesn't reflect the UI.
How to raise the "event" so that error provider icon will be shown?
Thank you
|