c# - Order of events when switching Winform controls -


i have "leave" event on text box , "selectedvaluechanged" on list box. going text box list box, 1 fire before other? or, fire simultaneously?

listbox.enter has fire before can see change in selected value. implies textbox.leave fires first. events can never fire simultaneously, these events run on ui thread, 1 @ time.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -