IEvent 接口
事件的接口
命名空间: Fantasy.Event
程序集: Fantasy.Net.dll
语法
public interface IEvent
方法
| 编辑本文 查看源代码EventType()
用于指定事件的Type
声明
Type EventType()
返回
类型 | 描述 |
---|---|
Type |
Invoke(object)
时间内部使用的入口
声明
void Invoke(object self)
参数
类型 | 名称 | 描述 |
---|---|---|
object | self |