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

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

Méthodes publiques

Méthode Description
WhoBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the WhoBeginEventArgs class.

Method Details

WhoBeginEventArgs() public méthode

Initializes a new instance of the WhoBeginEventArgs class.
public WhoBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, that marks the who reply begin.
Résultat System