MSDN Blog Postings » Blog Archive » Using the WPF...
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 ...