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

The LinksBeginEventArgs class is the EventArgs class for the LinksListener.LinksBegin event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
LinksBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the LinksBeginEventArgs class.

Method Details

LinksBeginEventArgs() public méthode

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