KickEventArgs MembersNetIRC2 IRC Client Library for .NET

The KickEventArgs type exposes the following members.
Constructors

  NameDescription
Public methodKickEventArgs
Creates a new instance of KickEventArgs.
Back to Top
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