Show / Hide Table of Contents

    BotEventSource 类

    继承
    System.Object
    BotEventSource
    实现
    IBotEventSource
    INotifyAppDisabling
    INotifyAppEnabled
    INotifyBotStarted
    INotifyBotStopping
    继承成员
    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

    实现

    IBotEventSource
    INotifyAppDisabling
    INotifyAppEnabled
    INotifyBotStarted
    INotifyBotStopping
    • 改善此文档
    • 查看源代码
    Back to top 本文档使用 CC BY-NC-SA 4.0 进行许可。