<?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: Demonstrating BindingList Serialization Bug</title>
	<atom:link href="http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/</link>
	<description>Mike Gavaghan blogs on Java, C#, .Net, and the software industry</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:52:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marlon</title>
		<link>http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/comment-page-1/#comment-197</link>
		<dc:creator>marlon</dc:creator>
		<pubDate>Sat, 18 Oct 2008 06:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/#comment-197</guid>
		<description>I got a exception when serialize a object implements INotifyPropertyChanged like Account class. This&#039;s really helped me.

I bind Account.Balance to TextBox.Text. 

  this.textBox.DataBindings.Clear();
  Binding binding = new Binding(&quot;Text&quot;, account, &quot;Balance&quot;);
  this.textBox.DataBindings.Add(binding);

I do it again after deserialize account but textBox.Text will not changed when set account.Balance because of  &quot;PropertyChanged&quot; is null.  What can I do to fix this problem?</description>
		<content:encoded><![CDATA[<p>I got a exception when serialize a object implements INotifyPropertyChanged like Account class. This&#8217;s really helped me.</p>
<p>I bind Account.Balance to TextBox.Text. </p>
<p>  this.textBox.DataBindings.Clear();<br />
  Binding binding = new Binding(&#8220;Text&#8221;, account, &#8220;Balance&#8221;);<br />
  this.textBox.DataBindings.Add(binding);</p>
<p>I do it again after deserialize account but textBox.Text will not changed when set account.Balance because of  &#8220;PropertyChanged&#8221; is null.  What can I do to fix this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/comment-page-1/#comment-149</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sat, 05 Jul 2008 00:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/#comment-149</guid>
		<description>Very Clever !!
And beautifully explaned I might add. Also I never realized there was a OnDeserialized Attribute V Useful :)</description>
		<content:encoded><![CDATA[<p>Very Clever !!<br />
And beautifully explaned I might add. Also I never realized there was a OnDeserialized Attribute V Useful <img src='http://www.gavaghan.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/comment-page-1/#comment-103</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 05 Feb 2008 20:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/20/demonstrating-bindinglist-serialization-bug/#comment-103</guid>
		<description>Thanks, this really helped me.</description>
		<content:encoded><![CDATA[<p>Thanks, this really helped me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
