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

The InfoBeginEventArgs class is the EventArgs class for the InfoListener.InfoBegin event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
InfoBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the InfoBeginEventArgs class.

Method Details

InfoBeginEventArgs() public méthode

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