I am running the LightHouse WPF sample. When I open the employees panel and change the Hire Date to an invalid date I can see the error on the screen in your sample code. I need to display all these types of verification results in a tree view control.
I have about 10 different objects in play at a time in my application. Many of the fields on these objects will have verifiers that will run on property change. I need to capture the verification errors and place them all in a tree view. I can't run an Instance Verification run every time a property changes so I have to get the errors from each property change.
How do you capture the verification error messages when the setters kick off a verification?