Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Collections.Specialized « WindowsBase « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b5cb14d44217f603a13cf4ac4b41b43f39a1b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2009-11-21  Raja R Harinath  <harinath@hurrynot.org>

	* INotifyCollectionChanged.cs [NET_4_0]: Forward type to System.dll.
	* NotifyCollectionChangedAction.cs: Likewise.
	* NotifyCollectionChangedEventArgs.cs: Likewise.
	* NotifyCollectionChangedEventHandler.cs: Likewise.

2008-11-04  Chris Toshok  <toshok@ximian.com>

	* CollectionChangedEventManager.cs: implement this using the msdn
	docs.  Unfortunately we lack the ability to write unit tests at
	the moment, as there's no (that I can find) public use of this
	type in the api.  Certainly not in WindowsBase.