Here Vincent Leung talks about the ICommand implementation in Silverlight 4.
In Silverlight 4, ButtonBase
(and all its derived versions) and HyperlinkButton now support Command
and CommandParameter to tie ICommand implementations. For example, in
XAML I can tie two different buttons to the SaveCommand that I have on
some object i’ve bound to my UI.