KickEventArgs PropertiesNetIRC2 IRC Client Library for .NET
The KickEventArgs type exposes the following members.
Properties

  NameDescription
Public propertyChannel
The channel the user is being kicked from.
Public propertyReason
The reason the user is being kicked, or null if none is given.
Public propertyRecipient
The recipient.
(Inherited from TargetedMessageEventArgs.)
Public propertySender
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.)
Back to Top
See Also