csharp multiple button click event to textbox

Code Example - csharp multiple button click event to textbox

                
                        textBox1.Text += (sender as Button).Text;