Reputation: 353
I'm just getting up to speed on WPF, MVVM and Prism 6. I understand how to use IDataErrorInfo but I don't know why or how you would use IDataErrorInfo.Error. In every example I've seen, it's get method returns null or a not implemented exception. It has to be in the class or you get a compile error.
What is it used for?
Upvotes: 0
Views: 169