1 2009-11-21 Raja R Harinath <harinath@hurrynot.org>
3 * INotifyCollectionChanged.cs [NET_4_0]: Forward type to System.dll.
4 * NotifyCollectionChangedAction.cs: Likewise.
5 * NotifyCollectionChangedEventArgs.cs: Likewise.
6 * NotifyCollectionChangedEventHandler.cs: Likewise.
8 2008-11-04 Chris Toshok <toshok@ximian.com>
10 * CollectionChangedEventManager.cs: implement this using the msdn
11 docs. Unfortunately we lack the ability to write unit tests at
12 the moment, as there's no (that I can find) public use of this
13 type in the api. Certainly not in WindowsBase.