Event for "end edit" in a text box

Posted by eli.rodriguez on Stack Overflow See other posts from Stack Overflow or by eli.rodriguez
Published on 2012-11-16T16:43:44Z Indexed on 2012/11/16 16:59 UTC
Read the original article Hit count: 226

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms