button1.GetType().GetEvent("Click").AddEventHandler(button1, new EventHandler((ss, ee) => { MessageBox.Show((ss as Button).Name); }));
谢谢~