<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Observing changes to a List by adding events</title>
	<atom:link href="http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=observing_change_events_on_a_listt</link>
	<description>A .NET developer in silicon valley</description>
	<lastBuildDate>Sun, 25 Dec 2011 15:10:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mo Samara</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-44344</link>
		<dc:creator>Mo Samara</dc:creator>
		<pubDate>Sat, 19 Feb 2011 15:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-44344</guid>
		<description>Nice one Damien, your CopyTo implementation should be internalList.CopyTo though, other wise you will get the nice StackOverflow exception.</description>
		<content:encoded><![CDATA[<p>Nice one Damien, your CopyTo implementation should be internalList.CopyTo though, other wise you will get the nice StackOverflow exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1520</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Fri, 03 Aug 2007 00:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1520</guid>
		<description>Good stuff guys.&lt;br /&gt;&lt;br /&gt;[)amien</description>
		<content:encoded><![CDATA[<p>Good stuff guys.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Paul S. Boodhoo</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1519</link>
		<dc:creator>Jean-Paul S. Boodhoo</dc:creator>
		<pubDate>Fri, 16 Jun 2006 14:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1519</guid>
		<description>Hey Damien, In case you are looking for a good example of the Decorator pattern, you can &lt;a href=&quot;http://www.jpboodhoo.com/blog/EnhancingImagesWithTheDecoratorPattern.aspx&quot;&gt;check out the article I wrote&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hey Damien, In case you are looking for a good example of the Decorator pattern, you can <a href="http://www.jpboodhoo.com/blog/EnhancingImagesWithTheDecoratorPattern.aspx">check out the article I wrote</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Harman</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1518</link>
		<dc:creator>Steve Harman</dc:creator>
		<pubDate>Fri, 16 Jun 2006 08:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1518</guid>
		<description>Damien, This is good stuff, as always!

Oh, and I even found you a link to a pretty decent high-level explaination of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Decorator_pattern&quot;&gt;Decorator Pattern&lt;/a&gt;. Gotta&#039; love Wikipedia!</description>
		<content:encoded><![CDATA[<p>Damien, This is good stuff, as always!</p>
<p>Oh, and I even found you a link to a pretty decent high-level explaination of the <a href="http://en.wikipedia.org/wiki/Decorator_pattern">Decorator Pattern</a>. Gotta&#8217; love Wikipedia!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1517</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Thu, 15 Jun 2006 12:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1517</guid>
		<description>BindingList does indeed have events but it&#039;s primary purpose is for data binding and the events and sorting are exposed as part of that.  &lt;br /&gt;&lt;br /&gt;I was going to put that it was an illustration of the decorator pattern but couldn&#039;t find a decent decorator reference online to link to and didn&#039;t feel like trying to cover that myself.&lt;br /&gt;&lt;br /&gt;[)amien</description>
		<content:encoded><![CDATA[<p>BindingList does indeed have events but it&#8217;s primary purpose is for data binding and the events and sorting are exposed as part of that.  </p>
<p>I was going to put that it was an illustration of the decorator pattern but couldn&#8217;t find a decent decorator reference online to link to and didn&#8217;t feel like trying to cover that myself.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1516</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 15 Jun 2006 11:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1516</guid>
		<description>I smell a Decorator pattern :)</description>
		<content:encoded><![CDATA[<p>I smell a Decorator pattern :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Gant</title>
		<link>http://damieng.com/blog/2006/06/14/observing_change_events_on_a_listt#comment-1515</link>
		<dc:creator>Will Gant</dc:creator>
		<pubDate>Thu, 15 Jun 2006 05:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2006/06/14/observing_change_events_on_a_listt.aspx#comment-1515</guid>
		<description>How does this compare to using BindingList&lt;T&gt;? It already had list changed events built in.</description>
		<content:encoded><![CDATA[<p>How does this compare to using BindingList&lt;T&gt;? It already had list changed events built in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

