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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -