python没有delegate,python的lambda是单纯的一个只有一个语句的function,所以不能+=一个lambda。
你这是用的ironpython吧。 def click(x,y): x.Text = 'name'form1.Click += click;这样写即可