Chapter 11. Using Collections with WPF and Silverlight Controls
After completing this chapter, you will be able to
Use and implement the INotifyCollectionChanged interface.
Use the ObservableCollection(T) class.
Use the ICollectionView and CollectionView derived classes.
Bind collections to WPF and Silverlight controls.
INotifyCollectionChanged Overview
The INotifyCollectionChanged interface is an interface that exposes a CollectionChanged event. The CollectionChanged event is raised whenever the collection is changed, such as when it is cleared, removed, or added to. The INotifyCollectionChanged interface is implemented by the ObservableCollection(T) class, which you learn about later in this chapter.
Implementing the INotifyCollectionChanged Interface ...
Get Developer’s Guide to Collections in Microsoft® .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.