文件名称:在C#中实现ObservableDictionary
文件大小:14KB
文件格式:ZIP
更新时间:2013-03-29 09:00:39
Observable Dictionary
在当前的.NET FRAMEWORK中试没有实现了INotifyCollectionChanged和INotifyPropertyChanged的字典集合,这直接导致了WPF或者SILVERLIGHT中的LISTVIEW等控件不能动态显示集合中的更新。本资源就是实现了这些功能的一个ObservableDictionary。 详细请看http://blog.csdn.net/luminji/archive/2010/03/09/5360888.aspx
【文件预览】:
ObservableDictionarySample.csproj
Window1.xaml
ObservableDictionary.cs
ButtonStyles.xaml
ObservableSortedDictionary.cs
App.xaml
ObservableStyleDictionary.cs
Window1.xaml.cs