This question is locked. New answers and comments are not allowed.
The only way I can see to do this so far, is to create an event handler in the code behind, then call into the view model from there. But, that seems hokey, from an MVVM perspective.
Is there a simple, straightforward way to set up the command binding from the markup instead?
