TargetedMessageEventArgs MembersNetIRC2 IRC Client Library for .NET

The TargetedMessageEventArgs type exposes the following members.
Constructors

  NameDescription
Public methodTargetedMessageEventArgs
Creates a new instance of TargetedMessageEventArgs.
Back to Top
Properties

  NameDescription
Public propertyRecipient
The recipient.
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.
Back to Top
See Also