Windows Presentation Foundation (WPF) Question:
Download Questions PDF

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.

Download WPF Interview Questions And Answers PDF

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