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

The LinksEndEventArgs class is the EventArgs class for the LinksListener.LinksEnd event.
Inheritance: IrcEventArgs
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
LinksEndEventArgs ( IrcLine line, IrcLine linksLines ) : System

Initializes a new instance of the LinksEndEventArgs class.

Method Details

LinksEndEventArgs() public method

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.
return System