<?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: Custom Silverlight TextBox control that immediately updates DataBound Text property in TwoWay binding</title>
	<atom:link href="http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/</link>
	<description>and ideas for its refactoring...</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Arjun</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-15734</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Thu, 26 Jan 2012 18:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-15734</guid>
		<description>Awesome !!! Thanks a lot. This is worked like a charm !!!</description>
		<content:encoded><![CDATA[<p>Awesome !!! Thanks a lot. This is worked like a charm !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Arista</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-10062</link>
		<dc:creator>Pablo Arista</dc:creator>
		<pubDate>Fri, 23 Sep 2011 14:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-10062</guid>
		<description>Beautiful. Thanks so much for sharing.</description>
		<content:encoded><![CDATA[<p>Beautiful. Thanks so much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karzan Fatah</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-8820</link>
		<dc:creator>Karzan Fatah</dc:creator>
		<pubDate>Wed, 20 Jul 2011 12:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-8820</guid>
		<description>Great stuff.. :D This helped me...!

Thanks.</description>
		<content:encoded><![CDATA[<p>Great stuff.. <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  This helped me&#8230;!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriya</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1976</link>
		<dc:creator>sriya</dc:creator>
		<pubDate>Thu, 30 Sep 2010 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1976</guid>
		<description>This was too gud.This helped me.thanks.</description>
		<content:encoded><![CDATA[<p>This was too gud.This helped me.thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Reukema</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1785</link>
		<dc:creator>Richard Reukema</dc:creator>
		<pubDate>Fri, 03 Sep 2010 19:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1785</guid>
		<description>I found another solution thanks to Laurent of MVVM toolkit - he uses the KeyUp event, which fires each time the key is lifted.  I saw this in one of his examples - sorry can&#039;t remember which one!</description>
		<content:encoded><![CDATA[<p>I found another solution thanks to Laurent of MVVM toolkit &#8211; he uses the KeyUp event, which fires each time the key is lifted.  I saw this in one of his examples &#8211; sorry can&#8217;t remember which one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1311</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Thu, 29 Jul 2010 11:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1311</guid>
		<description>Hello
Uf, this solution is exactly what I was looking for, but I cannot get it to work. I have inserted the class, and added the xmlns in my xaml... but it doesn&#039;t recognize the type, when I want to insert the ImmediateTextBox. Is there anything else that needs to be done, before this should work? 
Thank you!</description>
		<content:encoded><![CDATA[<p>Hello<br />
Uf, this solution is exactly what I was looking for, but I cannot get it to work. I have inserted the class, and added the xmlns in my xaml&#8230; but it doesn&#8217;t recognize the type, when I want to insert the ImmediateTextBox. Is there anything else that needs to be done, before this should work?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1192</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Thu, 22 Jul 2010 22:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1192</guid>
		<description>yes this is known problem, im surprised that Microsoft did not fix this &#039;feature&#039; already.
Anyway this simple control solves it elegantly so everyone can use it...

Cheers!</description>
		<content:encoded><![CDATA[<p>yes this is known problem, im surprised that Microsoft did not fix this &#8216;feature&#8217; already.<br />
Anyway this simple control solves it elegantly so everyone can use it&#8230;</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike stokes</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1191</link>
		<dc:creator>Mike stokes</dc:creator>
		<pubDate>Thu, 22 Jul 2010 19:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1191</guid>
		<description>Cool!  The other place the default behavior causes a problem is when users enter info in a textbox then close the user control that hosts it... The lost focus isn&#039;t captured and the data is lost in an mvvm model.

This solves that nicely :)</description>
		<content:encoded><![CDATA[<p>Cool!  The other place the default behavior causes a problem is when users enter info in a textbox then close the user control that hosts it&#8230; The lost focus isn&#8217;t captured and the data is lost in an mvvm model.</p>
<p>This solves that nicely <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1167</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1167</guid>
		<description>Yes Behaviors are anyway meant to be created so they can be reused on different Controls and this would hardly be reusable on different controls so it seems that custom control is a better fit after all...</description>
		<content:encoded><![CDATA[<p>Yes Behaviors are anyway meant to be created so they can be reused on different Controls and this would hardly be reusable on different controls so it seems that custom control is a better fit after all&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Padbury</title>
		<link>http://blog.roboblob.com/2010/07/16/custom-silverlight-textbox-control-that-immediately-updates-databound-text-property-in-twoway-binding/comment-page-1/#comment-1163</link>
		<dc:creator>David Padbury</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=385#comment-1163</guid>
		<description>Implementing this as a Blend Behavior would be pretty much identical to what you&#039;ve got and it&#039;s a technique that I frequently use. What I find a little painful with the Blend Behaviors is that we&#039;re unable to apply them in a Style making the XAML for a form with many TextBoxes a bit of a mess. The method presented here would not have the same problem.</description>
		<content:encoded><![CDATA[<p>Implementing this as a Blend Behavior would be pretty much identical to what you&#8217;ve got and it&#8217;s a technique that I frequently use. What I find a little painful with the Blend Behaviors is that we&#8217;re unable to apply them in a Style making the XAML for a form with many TextBoxes a bit of a mess. The method presented here would not have the same problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

