문제

I realized that appears this interface in .NET Framework 4.5

I was looking first for about how to implemented in Silverlight (I can imagine that it's implemented in the same way), but I can't find a compact demo of this new interface. Is it possible to show how can I use it?

I really want to find a small demo to understand it

도움이 되었습니까?

해결책

Beside the very detailed description on MSDN about the Silverlight version of INotifyDataErrorInfo

There are already some blog posts with samples how to use/implement it in WPF 4.5:

다른 팁

The PRISM library has a very good example implementation in the MVVM RI sample, the class named DomainObject implements both INotifyPropertyChanged and INotifyDataErrorInfo.

It is a SL version but it now compiles with .NET 4.5

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top