Show / Hide Table of Contents

    INotifyFriendshipRequested 接口

    定义好友正在添加事件。

    命名空间: HuajiTech.CoolQ.Events
    程序集: HuajiTech.CoolQ.Abstractions.dll
    语法
    public interface INotifyFriendshipRequested

    事件

    | 改善此文档 查看源代码

    FriendshipRequested

    在收到好友请求时引发。

    声明
    event EventHandler<FriendshipRequestedEventArgs> FriendshipRequested
    事件类型
    类型 描述
    System.EventHandler<FriendshipRequestedEventArgs>
    • 改善此文档
    • 查看源代码
    Back to top 本文档使用 CC BY-NC-SA 4.0 进行许可。