Windows Presentation Foundation (WPF) Question:

Define INotifyPropertyChanged Interface?

Tweet Share WhatsApp

Answer:

The InotifyPropertyChanged notifies clients, generally those who are binding, if the value of a property gets changed. It has an event, called PropertyChanged, which gets raised everytime a property of Model object is changed.

Download WPF PDF Read All 57 WPF Questions
Previous QuestionNext Question
Define the attached Properties in WPF?Describe the method to force close a ToolTip, which is currently visible?