Click here to Skip to main content
15,883,737 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
pls,give inotifypropertychanging vs INotifyPropertyChanged examples.



those work the same!
Posted

 
Share this answer
 
Comments
Wonde Tadesse 12-Aug-12 17:25pm    
5+
Kenneth Haugland 12-Aug-12 18:27pm    
Thanks :)
The usual Microsoft naming conventions for events assume that the events named like …PropertyChanging and …PropertyChanged are invoked by the code of some class declaring those events and some corresponding property before and after changing the property value, respectively.

—SA
 
Share this answer
 
v4
Comments
Wonde Tadesse 12-Aug-12 17:25pm    
5+
Sergey Alexandrovich Kryukov 12-Aug-12 18:24pm    
Thank you, Wonde.
--SA

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