1
Answer

MVVM WPF INotifypropertychanged

I read lots of articles and found that INotifyPropertyChanged use in both -ViewModel and Model as well. So, I am confused about in MVVM should the ViewModel or Model implement INotifyPropertyChanged?

Answers (1)