C# Class IrcShark.Chatting.Irc.MessageReceivedEventArgs

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

Méthodes publiques

Méthode Description
MessageReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the MessageReceivedEventArgs class.

Method Details

MessageReceivedEventArgs() public méthode

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