This article is the second part of this MVVM – Made Easy series. The first part of this article, covering the basics, is linked here.
As seen in the first part, INotifyPropertyChanged
(INPC) is the interface that defines the event which raises the notification whenever the value of the property gets changed.