A simple question, although no one in the office seems to know, and I cannot find a good way to ask Google. In winforms, if you have a function that processes an event (in this case, focusLost), does this function perform the same thread as the one that triggered the event?
So, if I have a focus text box that is currently running in the user interface thread and I change focus, will the user interface thread perform my function?
source share