<?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: Is it worthwhile to keep AutoCompleteBox&#8217;s DropDownOpening and Closing events?</title>
	<atom:link href="http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Sun, 21 Mar 2010 14:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrés</title>
		<link>http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/comment-page-1/#comment-1438</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Sun, 03 May 2009 06:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=407#comment-1438</guid>
		<description>This events are useful. 
I&#039;m using the DropDownClosing event in a custom implementation of the AutoCompleteBox that I have done.</description>
		<content:encoded><![CDATA[<p>This events are useful.<br />
I&#8217;m using the DropDownClosing event in a custom implementation of the AutoCompleteBox that I have done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/comment-page-1/#comment-1435</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 01 May 2009 21:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=407#comment-1435</guid>
		<description>I find these kind of events helpful when you want to change the state of the UI while the AutoCompleteBox is firing these events. For example, you may want to disable animation while the dropdown is opening (for performance reasons). I wish more of the controls had helpful events like these.</description>
		<content:encoded><![CDATA[<p>I find these kind of events helpful when you want to change the state of the UI while the AutoCompleteBox is firing these events. For example, you may want to disable animation while the dropdown is opening (for performance reasons). I wish more of the controls had helpful events like these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/comment-page-1/#comment-1434</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Fri, 01 May 2009 14:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=407#comment-1434</guid>
		<description>@Steve,
From talking to customers who are using the control, on forums/blogs/conferences.

For making it &quot;less rich,&quot; part of the reason is that the cancel mechanism is a &quot;bug farm&quot; of sorts: it&#039;s possible to have a popup that closes (and can&#039;t be brought back), but yet the opening event can be canceled, at which point the state is still open, but visually it is no longer open, etc. This simplifies the model to one that is used in more places.

And the better question is, are you using the events? :-)</description>
		<content:encoded><![CDATA[<p>@Steve,<br />
From talking to customers who are using the control, on forums/blogs/conferences.</p>
<p>For making it &#8220;less rich,&#8221; part of the reason is that the cancel mechanism is a &#8220;bug farm&#8221; of sorts: it&#8217;s possible to have a popup that closes (and can&#8217;t be brought back), but yet the opening event can be canceled, at which point the state is still open, but visually it is no longer open, etc. This simplifies the model to one that is used in more places.</p>
<p>And the better question is, are you using the events? <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.jeff.wilcox.name/2009/04/might-remove-extra-drop-down-events/comment-page-1/#comment-1433</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 01 May 2009 12:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=407#comment-1433</guid>
		<description>1. how do you know how frequently we use these events?
2. why make it &#039;less rich&#039; ?   I&#039;m not sure I agree about remove events that developers are possibly using, regardless of frequency</description>
		<content:encoded><![CDATA[<p>1. how do you know how frequently we use these events?<br />
2. why make it &#8216;less rich&#8217; ?   I&#8217;m not sure I agree about remove events that developers are possibly using, regardless of frequency</p>
]]></content:encoded>
	</item>
</channel>
</rss>
