InvitationEventArgs MembersNetIRC2 IRC Client Library for .NET

The InvitationEventArgs type exposes the following members.
Constructors

  NameDescription
Public methodInvitationEventArgs
Creates a new instance of InvitationEventArgs.
Back to Top
Properties

  NameDescription
Public propertyChannel
The channel the invitation is for.
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