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

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

Public Methods

Method Description
WhoBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the WhoBeginEventArgs class.

Method Details

WhoBeginEventArgs() public method

Initializes a new instance of the WhoBeginEventArgs class.
public WhoBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, that marks the who reply begin.
return System