BotEventSource 类
继承
System.Object
BotEventSource
继承成员
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
命名空间: HuajiTech.CoolQ.Events
程序集: HuajiTech.CoolQ.Core.dll
语法
public sealed class BotEventSource : IBotEventSource, INotifyAppDisabling, INotifyAppEnabled, INotifyBotStarted, INotifyBotStopping
字段
| 改善此文档 查看源代码Instance
声明
public static readonly BotEventSource Instance
字段值
类型 | 描述 |
---|---|
BotEventSource |
事件
| 改善此文档 查看源代码AppDisabling
声明
public event EventHandler AppDisabling
事件类型
类型 | 描述 |
---|---|
System.EventHandler |
AppEnabled
声明
public event EventHandler AppEnabled
事件类型
类型 | 描述 |
---|---|
System.EventHandler |
BotStarted
声明
public event EventHandler BotStarted
事件类型
类型 | 描述 |
---|---|
System.EventHandler |
BotStopping
声明
public event EventHandler BotStopping
事件类型
类型 | 描述 |
---|---|
System.EventHandler |