C# Class IrcShark.Chatting.Irc.Listener.InfoEndEventArgs

The InfoEndEventArgs class is the EventArgs class for the InfoListener.InfoEnd event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System

Initializes a new instance of the InfoEndEventArgs class.

Method Details

InfoEndEventArgs() public méthode

Initializes a new instance of the InfoEndEventArgs class.
public InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System
line IrcLine The line, that marks the info block end.
infoLines IrcLine All lines of the info block.
Résultat System