Event for "end edit" in a text box
- by eli.rodriguez
I am using a textbox in winform (c#) and using the text of to make consults in a database.
But i need constantly consult the text of the textbox every time that text change. So for these i use the KeyUp. But this event is too slow.
Is any event that just fire when the textbox editing has been finished ?. I consider for finish 2 conditions
The control lost focus.
The control has 200ms without keypress