如一个按钮button1的Click事件为button1_Click,定义类型为
private void button1_Click(object sender, EventArgs e)
        {
                      
        }现通过程序if (((Button)sender).Name == button1)得知现在的按钮为button1
如何动态得知其Click定义的事件为button1_Click呢??