2
Answers

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

amit_gupta14

amit_gupta14

19y
2.1k
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)