In the current release of Silverlight, we have the ICommand interface, which defines a command object, just like in WPF. However, unlike WPF, it seems that Silverlight does not have any built-in support for actually using ICommand objects just yet. This...