The KickEventArgs type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
KickEventArgs |
Creates a new instance of KickEventArgs.
|
Properties
Name | Description | |
---|---|---|
Channel |
The channel the user is being kicked from.
| |
Reason |
The reason the user is being kicked, or null if none is given.
| |
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