I want to invoke a command when ENTER is pressed in a TextBox. Consider the following XAML:
TextBox
On top of my mind.. You can pass event args to command and than in ViewModel check if e.KeyPress = Keys.Enter.. this is not really code :) i dont have my VS on this computer.. this is rather an idea :)