<?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"
	>
<channel>
	<title>Comments on: Calling multiple functions from one event</title>
	<atom:link href="http://designwithsilverlight.com/2008/02/14/calling-multiple-functions-for-one-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://designwithsilverlight.com/2008/02/14/calling-multiple-functions-for-one-event/</link>
	<description>Silverlight... you're soaking in it.</description>
	<pubDate>Sat, 13 Mar 2010 17:50:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Kathir</title>
		<link>http://designwithsilverlight.com/2008/02/14/calling-multiple-functions-for-one-event/#comment-22</link>
		<dc:creator>Kathir</dc:creator>
		<pubDate>Wed, 20 Feb 2008 12:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=18#comment-22</guid>
		<description>Thanks for your reply. I found something interesting ... if you rearrange the event handlers, i.e put the function2 and then function1, 
  // Event hookups: 
  myButton.addEventListener(”MouseLeftButtonDown”, function2); 
  myButton.addEventListener(”MouseLeftButtonDown”, function1);

this will trigger the "FUNCTION 1" first and then "FUNCTION 2". But when you look at in C#, it is correct way....which one you added first get triggered first. In JScript it is doing it in REVERSE way.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. I found something interesting &#8230; if you rearrange the event handlers, i.e put the function2 and then function1,<br />
  // Event hookups:<br />
  myButton.addEventListener(”MouseLeftButtonDown”, function2);<br />
  myButton.addEventListener(”MouseLeftButtonDown”, function1);</p>
<p>this will trigger the &#8220;FUNCTION 1&#8243; first and then &#8220;FUNCTION 2&#8243;. But when you look at in C#, it is correct way&#8230;.which one you added first get triggered first. In JScript it is doing it in REVERSE way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathir</title>
		<link>http://designwithsilverlight.com/2008/02/14/calling-multiple-functions-for-one-event/#comment-20</link>
		<dc:creator>Kathir</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=18#comment-20</guid>
		<description>Hi,

Thanks for the great post. I really wanted this. I have one question, i have gone through the demo the "function2" get called first and then "function1". Why is it so? and more over i won't get the alert sound for the second message box. If i am writing some functionality will this affect, or it will execute completely?. I have to put my first logic in the "function 2" and second logic in "function 1", is it?

It would be great if you give detailed explanation on this.

Thanks,
Kathir</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the great post. I really wanted this. I have one question, i have gone through the demo the &#8220;function2&#8243; get called first and then &#8220;function1&#8243;. Why is it so? and more over i won&#8217;t get the alert sound for the second message box. If i am writing some functionality will this affect, or it will execute completely?. I have to put my first logic in the &#8220;function 2&#8243; and second logic in &#8220;function 1&#8243;, is it?</p>
<p>It would be great if you give detailed explanation on this.</p>
<p>Thanks,<br />
Kathir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Cream for February 15, 2008 -- #199</title>
		<link>http://designwithsilverlight.com/2008/02/14/calling-multiple-functions-for-one-event/#comment-19</link>
		<dc:creator>Silverlight Cream for February 15, 2008 -- #199</dc:creator>
		<pubDate>Fri, 15 Feb 2008 22:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=18#comment-19</guid>
		<description>[...] entry from Jeff Paries on calling multiple functions for one event.   From SilverlightCream.com: Calling multiple functions for one event Jeff Paries takes off on a subject from the forums and discusses how to handle this situation... [...]</description>
		<content:encoded><![CDATA[<p>[...] entry from Jeff Paries on calling multiple functions for one event.   From SilverlightCream.com: Calling multiple functions for one event Jeff Paries takes off on a subject from the forums and discusses how to handle this situation&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
