MSDN Blog Postings » Blog Archive » Using the WPF... by Wpf

Sat, 09 May 2009 00:38:44 -0600

MSDN Blog Postings » Blog Archive » Using the WPF...

by Wpf @ Sat, 09 May 2009 00:38:44 -0600



The ObservableCollection is a special WPF collection that provides proper notifications to the UI when items are added, removed, or the list is refreshed because it implements INotifyCollectionChanged. It's common to use this collection ...