0
kicks
Observing change events on a List<T> in C#
List<T> is a useful container for managing simple lists of objects but what happens when you want to be notified of changes?
This article presents an ObservableList<T> class that provides IList<T> functionality with the addition of Changed and Cleared events.