IEditableObject maybe.. i think that's the one that datarow's use for acceptchanges, rejectchanges...etc
-----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Sebastien Lorion Sent: Tuesday, January 23, 2007 2:40 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] WPF - How to notify with events when implementing RejectChanges() Hello, Let's say I have a standard business object with a RejectChanges() method. What plumbing do I need to implement to notify a WPF interface that the object as a whole has changed ? As far as I can see, INotifyPropertyChanged is not appropriate for that (raising an event for every property ??) and INotifyCollectionChanged has no action specifically for that case. Also, I would like to not introduce a hard dependency on .NET 3.0 in our business entity framework component. Any idea ? Thanks ! Sébastien <http://www.sebastienlorion.com/> www.sebastienlorion.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com