C# Class IrcShark.Chatting.Irc.LineReceivedEventArgs

The LineReceivedEventArgs belongs to the IrcClient.LineReceivedEventHandler and the IrcClient.LineReceived event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
LineReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the LineReceivedEventArgs class.

Method Details

LineReceivedEventArgs() public méthode

Initializes a new instance of the LineReceivedEventArgs class.
public LineReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to use.
Résultat System