Error!
Success!

Observing change events on a List<T> in C#

0
kicks

Observing change events on a List&lt;T&gt; in C#  (Unpublished)

List&lt;T&gt; 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&lt;T&gt; class that provides IList&lt;T&gt; functionality with the addition of Changed and Cleared events.


Kicked By:
Drop Kicked By: