J
Jason Huang
Hi,
I have 2 controls in my C# windows form, TextBox1 and Textbox2.
On the form load, the focus is on TextBox1.
Now I click the TextBox2.
My question is the TextBox1's LostFocus or TextBox2's GotFocus comes first?
Thanks for help.
Jason
I have 2 controls in my C# windows form, TextBox1 and Textbox2.
On the form load, the focus is on TextBox1.
Now I click the TextBox2.
My question is the TextBox1's LostFocus or TextBox2's GotFocus comes first?
Thanks for help.
Jason