Jesse Liberty talks about the coming in Mango ICommand on ButtonBase and Hyperlink.
Source: Jesse's Blog
This is a significant breakthrough, especially if you are programming with MVVM.
ICommand allows you to bind an action as a property, thus keeping a clean separation from the controlling class (typically the view model) to the presentation class (typically the view).