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

The MotdEndEventArgs class is the EventArgs class for the MotdListener.MotdEnd event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System

Initializes a new instance of the MotdEndEventArgs class.

Method Details

MotdEndEventArgs() public méthode

Initializes a new instance of the MotdEndEventArgs class.
public MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System
line IrcLine The line, that marks the motd end.
motdLines IrcLine All lines of the motd.
Résultat System