I have WPF ComboBox inside a data template (a lot of comboboxes in listbox) and I want to handle enter button. It would be easy if it was e.g. a button - I would use Command
This article has a way to route any Event to Command
Event
Command
http://nerobrain.blogspot.nl/2012/01/wpf-events-to-command.html