INotifyAdministratorAdded 接口
定义管理员添加事件。
命名空间: HuajiTech.CoolQ.Events
程序集: HuajiTech.CoolQ.Abstractions.dll
语法
public interface INotifyAdministratorAdded
事件
| 改善此文档 查看源代码AdministratorAdded
在添加管理员时引发。
声明
event EventHandler<GroupEventArgs> AdministratorAdded
事件类型
类型 | 描述 |
---|---|
System.EventHandler<GroupEventArgs> |