The .TextChanged
event on a TextBox
fires only after the TextBox
loses focus. Is there a way to detect every character that is being typed while the user is typing it?
I know the radio button has a similar event called CurrentCellDirtyStateChanged
to detect when the button is clicked without having to wait for it to lose focus. I was trying to find something similar for a TextBox
.