private void textBox1_MouseEnter(object sender, System.EventArgs e) What's the meaning of above 2 arguments: object sender, System.EventArgs e Any sample code that can illustrate their usage.