C# multiple button click event to textbox code example Example: C# multiple button click event to textbox textBox1.Text += (sender as Button).Text;