What\'s a good method to bind Commands to Events? In my WPF app, there are events that I\'d like to capture and process by my ViewModel but I\'m not sure how. Things like lo
I don't think you can use it in pure XAML, but take a look at the Delegate Command.