C# Class IrcShark.Chatting.Irc.MessageReceivedEventArgs

The MessageReceivedEventArgs belongs to the IrcClient.MessageReceivedEventHandler and the IrcClient.MessageReceived event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
MessageReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the MessageReceivedEventArgs class.

Method Details

MessageReceivedEventArgs() public method

Initializes a new instance of the MessageReceivedEventArgs class.
public MessageReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the message.
return System