Class BattleNetUserMessageArgs
Inheritance
System.Object
BattleNetUserMessageArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class BattleNetUserMessageArgs
Constructors
| Improve this Doc View SourceBattleNetUserMessageArgs(BattleNetChatEventID, UserItem)
Declaration
public BattleNetUserMessageArgs(BattleNetChatEventID id, UserItem userItem)
Parameters
Type | Name | Description |
---|---|---|
BattleNetChatEventID | id | |
UserItem | userItem |
Fields
| Improve this Doc View SourceEventId
Declaration
public readonly BattleNetChatEventID EventId
Field Value
Type | Description |
---|---|
BattleNetChatEventID |
UserItem
Declaration
public readonly UserItem UserItem
Field Value
Type | Description |
---|---|
UserItem |