msicc.net
How to easily check the pressed keyboard button with a converted event using MVVM (Windows Universal)
In case you missed it, I lately am deeply diving into MVVM. Earlier today, I wanted to implement the well loved feature that a search is performed by pressing the Enter button. Of course, this would be very easy to achieve in code behind using the KeyUpEvent (or the KeyDownEvent, if you prefer).
Marco Siccardi