c# - UWP missing TextCompositionEventHandler -


i need listen public event textcompositioneventhandler textinput; (wpf), in uwp app page, seems missing. can give suggestion ? bassically need catch nfc card reader key, , check if key valid , log in user. in wpf listening the event described above.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -