What is the purpose of INotifyPropertyChanged? Technology Community › Category: Xamarin › What is the purpose of INotifyPropertyChanged? 0 Vote Up Vote Down VietMX Staff asked 4 years ago It notifies the client that a value of specified property is changed. Generally, we implement this interface to the object (ViewModel) which is bound to the target UI elements.