Windows Presentation Foundation (WPF) Question:
Download Job Interview Questions and Answers PDF
Define INotifyPropertyChanged Interface?
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 Question | Next Question |
Define the attached Properties in WPF? | Describe the method to force close a ToolTip, which is currently visible? |