2
Answers

What's the meaning of this.textBox2.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter);

Photo of amit_gupta14

amit_gupta14

20y
2.5k
1
this.textBox2.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter); From above; 1. What does this means? 2. what does += means 3. What's the meaning of overall line?

Answers (2)