Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am new to the programing world. Please help me. what u mean by INotfyedPropertyChanged event? what is the use of it in a program?
give a simple example and explanation..
Posted
Updated 5-May-15 20:48pm
v2

Did you mean INotifyPropertyChanged?


You can find an explanation and example in the MSDN topic about the INotifyPropertyChanged interface.

 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 6-May-15 2:49am    
5ed, but I hope this ultra-lazy question could be removed due to abuse reports. :-)
—SA
This interface helps in notifying the UI that has a changed has occurred and that a refresh is required.
The interface itself is just an interface - that is, it has no implementation and just a single event.
The rest depends on what you want to do with it.

Check this - Bind Better with INotifyPropertyChanged[^].
 
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