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

The WhoEndEventArgs class is the EventArgs class for the WhoListener.WhoEnd event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System

Initializes a new instance of the WhoEndEventArgs class.

Method Details

WhoEndEventArgs() public méthode

Initializes a new instance of the WhoEndEventArgs class.
public WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System
line IrcLine The line, that marks the who reply end.
whoLines WhoLine All lines of the who reply.
Résultat System