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

The InfoEndEventArgs class is the EventArgs class for the InfoListener.InfoEnd event.
Inheritance: IrcEventArgs
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System

Initializes a new instance of the InfoEndEventArgs class.

Method Details

InfoEndEventArgs() public method

Initializes a new instance of the InfoEndEventArgs class.
public InfoEndEventArgs ( IrcLine line, IrcLine infoLines ) : System
line IrcLine The line, that marks the info block end.
infoLines IrcLine All lines of the info block.
return System