Windows Presentation Foundation (WPF) Question:

Define INotifyPropertyChanged Interface?

WPF Interview Question
WPF Interview Question

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.


Previous QuestionNext Question
Define the attached Properties in WPF?Describe the method to force close a ToolTip, which is currently visible?