Goodspeed

导航

统计

公告

匿名方法代码示例

string text = "Yeah, you clicked the button!";

EventHandler handler 
=delegate(object dlgSender, EventArgs dlgE)
{
     Response.Write(text);
}
;

this.Button1.Click += handler;

posted on 2004-10-26 09:35 Goodspeed 阅读(877) 评论(0) 编辑 收藏