Hello,
I have several textboxes and it is possible to write something in one of them and then without losing the focus I could or would save the input. But there is no FocusLost and therefore the TextChanged event doesn't fire.
How can I save the input of one these textboxes if enter or tab isn't pressed?
Thanks for help