<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx</link><description>(This has been updated with some information about the origin of a routed command’s route, and of focus scopes.) 
 
 ICommand in WPF is a pretty simple thing at its core. But it gets more interesting and complicated as you build up functionality on</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#10390381</link><pubDate>Fri, 01 Feb 2013 18:33:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10390381</guid><dc:creator>Ted Stevens</dc:creator><description>&lt;p&gt;System.Diagnostics Debug in Silverlight System.dll does not contain any of the Ident.. commands or properties. I am using VS2012 - Any help appreciated.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10390381" width="1" height="1"&gt;</description></item><item><title>re: ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#10354146</link><pubDate>Fri, 28 Sep 2012 13:42:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354146</guid><dc:creator>Srigopal Chitrapu</dc:creator><description>&lt;p&gt;Nice one.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354146" width="1" height="1"&gt;</description></item><item><title>re: ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#10096108</link><pubDate>Wed, 24 Nov 2010 15:19:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10096108</guid><dc:creator>Henry Tshobo</dc:creator><description>&lt;p&gt;Public Custom Event CanExecuteChanged As EventHandler&lt;/p&gt;
&lt;p&gt;	AddHandler(ByVal value As EventHandler)&lt;/p&gt;
&lt;p&gt;		CommandManager.RequestSuggested += value&lt;/p&gt;
&lt;p&gt;	End AddHandler&lt;/p&gt;
&lt;p&gt;	RemoveHandler(ByVal value As EventHandler)&lt;/p&gt;
&lt;p&gt;		CommandManager.RequestSuggested -= value&lt;/p&gt;
&lt;p&gt;	End RemoveHandler&lt;/p&gt;
&lt;p&gt;End Event&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10096108" width="1" height="1"&gt;</description></item><item><title>re: ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#10052373</link><pubDate>Fri, 20 Aug 2010 09:57:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10052373</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I get the answer just a moment later on &lt;a rel="nofollow" target="_new" href="http://community.visual-basic.it/alessandroenglish/archive/2010/07/27/30571.aspx"&gt;community.visual-basic.it/.../30571.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10052373" width="1" height="1"&gt;</description></item><item><title>re: ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#10052367</link><pubDate>Fri, 20 Aug 2010 09:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10052367</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I want to convert&lt;/p&gt;
&lt;p&gt;public event EventHandler CanExecuteChanged&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;add { CommandManager.RequerySuggested += value; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;remove { CommandManager.RequerySuggested -= value; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;in VB.NET. Is this possible?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10052367" width="1" height="1"&gt;</description></item><item><title>An ICommand with IsEnabled</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#9503460</link><pubDate>Tue, 24 Mar 2009 08:15:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9503460</guid><dc:creator>Data See, Data Do</dc:creator><description>&lt;p&gt;ICommand is a simple interface with three members – Execute, CanExecute, and CanExecuteChanged (more&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9503460" width="1" height="1"&gt;</description></item><item><title>Data See, Data Do : ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#9500919</link><pubDate>Mon, 23 Mar 2009 13:33:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9500919</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9500919" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: 2009-03-21</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#9495781</link><pubDate>Sat, 21 Mar 2009 18:10:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9495781</guid><dc:creator>Bolik</dc:creator><description>&lt;p&gt;Mix: Mobile Web Sites with ASP.NET MVC and the Mobile Browser Definition File [译]一种简单，快速，精准的sin/cos函数模拟&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9495781" width="1" height="1"&gt;</description></item><item><title>ICommand is like a chocolate cake - Mike Hillberg</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#9494286</link><pubDate>Sat, 21 Mar 2009 04:48:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9494286</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9494286" width="1" height="1"&gt;</description></item><item><title>infoblog &amp;raquo; ICommand is like a chocolate cake</title><link>http://blogs.msdn.com/b/mikehillberg/archive/2009/03/20/icommand-is-like-a-chocolate-cake.aspx#9494015</link><pubDate>Sat, 21 Mar 2009 03:21:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9494015</guid><dc:creator>infoblog &amp;raquo; ICommand is like a chocolate cake</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/index.php/2009/03/21/icommand-is-like-a-chocolate-cake/"&gt;http://blog.a-foton.ru/index.php/2009/03/21/icommand-is-like-a-chocolate-cake/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9494015" width="1" height="1"&gt;</description></item></channel></rss>