Class WeClientEventArgs
微信基础事件
Inheritance
object
EventArgs
WeClientEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.EveEntitys
Assembly: Plugin.dll
Syntax
public class WeClientEventArgs : EventArgs
Constructors
WeClientEventArgs()
Declaration
public WeClientEventArgs()
Properties
Cancel
取消下一个插件调用:true,继续传到你给下一个插件处理false
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
CreateTime
事件时间
Declaration
public DateTime CreateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |