The ChatMessageEventArgs type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Message |
The chat message.
| |
Recipient |
The recipient.
(Inherited from TargetedMessageEventArgs.) | |
Sender |
The sender.
Be aware that some messages may not have a sender, such as NOTICEs from
the server at connect time. In this case the sender will be null.
(Inherited from TargetedMessageEventArgs.) |
See Also