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

The ChannelListBeginEventArgs class is the EventArgs class for the ChannelListListener.ChannelListBegin event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
ChannelListBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the ChannelListBeginEventArgs class.

Method Details

ChannelListBeginEventArgs() public méthode

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