Click here to Skip to main content
15,891,017 members
Articles / Desktop Programming / WPF

Serializable ObservableCollection alternative

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Jan 2011CPOL 8K   1  
I promised an alternative, so here is a good starting point:http://www.deanchalk.me.uk/post/Thread-Safe-Dispatcher-Safe-Observable-Collection-for-WPF.aspx It is custom implementation of INotifyCollectionChanged. As a bonus, it is thread-safe. :) For serialization support, you have to...

Views

Daily Counts

License

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


Written By
Slovakia Slovakia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions