The TargetedMessageEventArgs type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TargetedMessageEventArgs |
Creates a new instance of TargetedMessageEventArgs.
|
Properties
| Name | Description | |
|---|---|---|
| Recipient |
The recipient.
| |
| 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.
|
See Also