Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I have some experience about C#. I try to improve my knowlege so I have found interface called INotifyPropertyChanged that is very useful in WPF also Windows Phone application development.I tried but could n't understand this INotifyPropertyChanged
Can anyone explain this with example please!
Posted

This interface is kind of the .NET implemenation of the Observer pattern. You may use Google to read more about it. Here are two articles from MSDN describing the implementation:
http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged.aspx[^]
http://msdn.microsoft.com/en-us/library/ms229614%28v=vs.85%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900