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

The WhoEndEventArgs class is the EventArgs class for the WhoListener.WhoEnd event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark

Public Methods

Method Description
WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System

Initializes a new instance of the WhoEndEventArgs class.

Method Details

WhoEndEventArgs() public method

Initializes a new instance of the WhoEndEventArgs class.
public WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System
line IrcLine The line, that marks the who reply end.
whoLines WhoLine All lines of the who reply.
return System