摘要: 我们在做应用程序的时候有时候想知道页面上的按钮对于某一事件委托链上有多少方法,下面是一个例子。1、先添加3个按钮,分别添加0个,1个,2个click事件的方法,按钮名字分别为button1,button2,button3。 this.button2.Click += new System.EventHandler(this.button2_Click); this.button3.Click ... 阅读全文
posted @ 2005-06-13 15:50 lovecherry 阅读(4035) 评论(4) 推荐(0)