C# Class IrcShark.Chatting.Irc.LineReceivedEventArgs

The LineReceivedEventArgs belongs to the IrcClient.LineReceivedEventHandler and the IrcClient.LineReceived event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
LineReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the LineReceivedEventArgs class.

Method Details

LineReceivedEventArgs() public method

Initializes a new instance of the LineReceivedEventArgs class.
public LineReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to use.
return System