🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.Event.VerifyCodeEventArgs 类 ## 注释 ~~~ c ~~~ ## 语法 ~~~ public class VerifyCodeEventArgs : QQEventArgs ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Cancel](https://www.kancloud.cn/gxser1986/cqrobot/3016098) | true - 代表已经处理该事件,不希望再处理该事件 false - 没有处理过该事件 | | | [ImageFile](https://www.kancloud.cn/gxser1986/cqrobot/3016099) | 验证码图片位置 | | | [QQ](https://www.kancloud.cn/gxser1986/cqrobot/3016100) | QQ号码 或者 群号码 | | | [Session](https://www.kancloud.cn/gxser1986/cqrobot/3016101) | 验证码Session | | | [Type](https://www.kancloud.cn/gxser1986/cqrobot/3016102) | 验证码类型 |