DM's code
放code的地方
星期五, 9月 19, 2008
自訂事件
public delegate void myEventHandle(object sender, myEventArgs e);
public event myEventHandle myEvent;
.
.
.
protected void onEvent(object sender, myEventArgs e)
{
if (myEvent!= null)
{
myEvent(sender, e);
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言