<?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: Throttling Immediate TextBox Binding Behavior for Windows Phone</title>
	<atom:link href="http://blog.roboblob.com/2012/06/05/throttling-immediate-textbox-binding-behavior-for-windows-phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roboblob.com/2012/06/05/throttling-immediate-textbox-binding-behavior-for-windows-phone/</link>
	<description>and ideas for its refactoring...</description>
	<lastBuildDate>Wed, 24 Apr 2013 13:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2012/06/05/throttling-immediate-textbox-binding-behavior-for-windows-phone/comment-page-1/#comment-25756</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Tue, 12 Jun 2012 08:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=651#comment-25756</guid>
		<description><![CDATA[Hi Emir,

probably you should download the zipped solution at the end of the post and run it to see the difference.
Changes in TextBox are being throttled so that we don&#039;t trigger the underlying databound property on each key stroke, but only after user stopped typing.

You usually want to throttle events if the handler code is CPU expensive and/or lenghty so it does not make sense to invoke it each time value changes, but only when we are sure that the value stopped changing.

Hope this clarifies it.
Thanks for your feedback!]]></description>
		<content:encoded><![CDATA[<p>Hi Emir,</p>
<p>probably you should download the zipped solution at the end of the post and run it to see the difference.<br />
Changes in TextBox are being throttled so that we don&#8217;t trigger the underlying databound property on each key stroke, but only after user stopped typing.</p>
<p>You usually want to throttle events if the handler code is CPU expensive and/or lenghty so it does not make sense to invoke it each time value changes, but only when we are sure that the value stopped changing.</p>
<p>Hope this clarifies it.<br />
Thanks for your feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emir</title>
		<link>http://blog.roboblob.com/2012/06/05/throttling-immediate-textbox-binding-behavior-for-windows-phone/comment-page-1/#comment-25754</link>
		<dc:creator>Emir</dc:creator>
		<pubDate>Tue, 12 Jun 2012 07:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=651#comment-25754</guid>
		<description><![CDATA[Hello.

I&#039;m not sure I quite understand the point of this workaround. Why not simply set the &lt;b&gt;UpdateSourceTrigger&lt;/b&gt; of the particular binding to &#039;&lt;b&gt;PropertyChanged&lt;/b&gt;&#039;? This way, the &#039;SearchCriteriaText&#039; gets updated every time the &#039;Text&#039; property on the TextBox changes.]]></description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;m not sure I quite understand the point of this workaround. Why not simply set the <b>UpdateSourceTrigger</b> of the particular binding to &#8216;<b>PropertyChanged</b>&#8216;? This way, the &#8216;SearchCriteriaText&#8217; gets updated every time the &#8216;Text&#8217; property on the TextBox changes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
