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

The LinksBeginEventArgs class is the EventArgs class for the LinksListener.LinksBegin event.
Inheritance: IrcEventArgs
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
LinksBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the LinksBeginEventArgs class.

Method Details

LinksBeginEventArgs() public method

Initializes a new instance of the LinksBeginEventArgs class.
public LinksBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, what raised the event.
return System