INotifyPropertyChanged interface

suggest change

Remarks

The interface INotifyPropertyChanged is needed whenever you need to make your class report the changes happening to its properties. The interface defines a single event PropertyChanged.

With XAML Binding the PropertyChanged event is wired up automatically so you only need to implement the INotifyPropertyChanged interface on your view model or data context classes to work with XAML Binding.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents