I know how to use the MouseDoubleClick event with my DataGrid to grab the selectedvalue, but how would one go about using command bindings instead? That way my ViewModel can han
Another solution is to add input bindings, and to bind the selectedItem to a property so you'll know which one was selected: