C#入门经典PPT-定义事件
定义事件
[访问修饰符] event 委托名 事件名;
语法
public delegate void delegateMe();
private event delegateMe eventMe;
4.81MB
文件大小:
评论区