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

The LinksEndEventArgs class is the EventArgs class for the LinksListener.LinksEnd event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
LinksEndEventArgs ( IrcLine line, IrcLine linksLines ) : System

Initializes a new instance of the LinksEndEventArgs class.

Method Details

LinksEndEventArgs() public méthode

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