Click here to Skip to main content
15,883,830 members
Articles / Desktop Programming / WPF

Working with ObservableCollection<T>

Rate me:
Please Sign up or sign in to vote.
4.56/5 (25 votes)
17 Dec 2009CPOL3 min read 139K   3.3K   51  
One of the most useful classes when working with WPF can be found in the System.ComponentModel namespace, namely the ObservableCollection

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer N/A
Canada Canada
Sanjay was weaned on VB6, then was dragged kicking and screaming into the world of .NET development, with VB.NET. He was pleasantly surprised, and quickly migrated existing projects to reap the benefits of the massive .NET libraries.

Quite a while ago, he started a pet project that involved fading in and out controls (as well as other animations) in a Windows Forms application. After weeks of hard work, he finally realized that there had to be a better way.

He found WPF.

He changed his main programming language to C#, and has never looked back.

Comments and Discussions