Class ReceiveSystemMessageArgs
收到系统消息事件
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 ReceiveSystemMessageArgs : WeClientEventArgs
Constructors
ReceiveSystemMessageArgs()
Declaration
public ReceiveSystemMessageArgs()
Properties
Content
内容
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
FromeUsername
发送者
Declaration
public string FromeUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
ToUsername
接收者
Declaration
public string ToUsername { get; set; }
Property Value
Type | Description |
---|---|
string |