Did something happen to IPropertyChange ??

Under previous builds of .NET 2.0 there was an interface System.ComponentModel.IPropertyChange

There is even this page describing the interface:

http://msdn2.microsoft.com/library/t1hdf260(en-us,vs.80).aspx

But when I try to compile applications that built under previous builds, I get this build error:

Error 1 The type or namespace name 'IPropertyChange' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference?) 

Any ideas?

** Thanks Cory Smith!!  The new interface is:  System.ComponentModel.INotifyPropertyChanged

 

 

Published Saturday, April 23, 2005 8:26 PM by dotnetboy2003

Comments

# re: Did something happen to IPropertyChange ??

I believe it's now INotifyPropertyChanged.

Saturday, April 23, 2005 8:47 PM by Cory Smith

# re: Did something happen to IPropertyChange ??

No problem, found it while upgrading some of the samples available on WindowsForms.net :-D

Saturday, April 23, 2005 10:16 PM by Cory Smith

# re: Did something happen to IPropertyChange ??

I have the same problem in beta 2

Tuesday, May 10, 2005 7:18 AM by q

# re: Did something happen to IPropertyChange ??

In Beta 2 of Whidbey, the IPropertyChange was renamed to INotifyPropertyChanged. i am able to work with it.

Thursday, May 10, 2007 3:58 PM by Madhu

Leave a Comment

(required) 
(required) 
(optional)
(required)