I have barcode scanner. I need to capture string from barcode into textbox. The final word in textbox will be composed of multiple codes from barcode scanner. What event(s) should I use?
For example :
Barcode sends value 123
.
I tried PreviewTextInput
event and e.Text
but it captured only first char 1
. How can I get all added chars to textbox when I use barcode scanner?