SilverlightShow: Routed Events in Silverlight Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) RE: Routed Events in Silverlight <span style="color: #535353; font-family: arial, verdana, tahoma, sans-serif; font-size: 14px; line-height: 20px;"> <p><em>DB:</em></p> <p><em>"why to propagate an event through visual tree, when it can be handled only by a specific type of controls?"</em></p> <p><em>Easy: because in some cases, we need a parent control to have a generic handler for children events. For example, it is VERY useful to have a Panel which handle the click event of all the buttons it contains.</em></p> <p><em><br /> </em></p> <p>Specially since you don't have commands on Silverlight. I've just found it the hard way :(.</p> </span> http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment4829 Kenrae http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Mon, 08 Nov 2010 18:18:54 GMT RE: Routed Events in Silverlight The ClientUI from Intersoft provides routed events too and seem to be more advanced. Check it out <a href="http://intersoftpt.wordpress.com/2010/04/09/introducing-intersoft-clientui-part-1/">here</a>. http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment4475 Anon http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Wed, 15 Sep 2010 13:34:35 GMT RE: Routed Events in Silverlight <span style="font-family: arial, verdana, tahoma, sans-serif; color: #535353; font-size: 14px; line-height: 20px; ">SL  supports three types of RoutedEvents - direct, tunneling, and bubbling<br /> </span> http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment3878 prasad http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Sun, 27 Jun 2010 06:44:17 GMT RE: Routed Events in Silverlight This article's been translated for <a shape="rect" href="http://silverlight.su/" title="silverlight" target="_blank" shape="rect">silverlight.su</a> http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment2679 pwr http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Tue, 17 Nov 2009 01:32:11 GMT RE: Routed Events in Silverlight Why does Results_MouseLeftButtonDown event stop reacting when Results element contains one or more items?<br /> http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment2653 pwr http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Wed, 11 Nov 2009 06:14:24 GMT RE: Routed Events in Silverlight Check out <a shape="rect" href="http://sl3routedevents.codeplex.com/" shape="rect">http://sl3routedevents.codeplex.com/</a> - a free to use implementation of custom routed events for silverlight 3. http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment1572 Andrew Whiddett http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Fri, 15 May 2009 17:02:35 GMT RE: Routed Events in Silverlight Proof read your posts http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment1546 Anon http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Wed, 06 May 2009 19:57:44 GMT RE: Routed Events in Silverlight <p><em>"why to propagate an event through visual tree, when it can be handled only by a specific type of controls?"</em></p> <p>Easy: because in some cases, we need a parent control to have a generic handler for children events. For example, it is VERY useful to have a Panel which handle the click event of all the buttons it contains.</p> http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx#comment1107 DB http://www.silverlightshow.net/items/Routed-Events-in-Silverlight.aspx Thu, 26 Feb 2009 08:58:58 GMT