C# Class IrcShark.Chatting.Irc.NumericReceivedEventArgs

The NumericReceivedEventArgs belongs to the IrcClient.NumericReceivedEventHandler and the IrcClient.NumericReceived event.
Inheritance: IrcEventArgs
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
NumericReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the NumericReceivedEventArgs class.

Method Details

NumericReceivedEventArgs() public method

Initializes a new instance of the NumericReceivedEventArgs class.
public NumericReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the numeric command.
return System