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

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

Méthodes publiques

Méthode Description
ChannelListEndEventArgs ( IrcLine line, IrcLine channellistLines ) : System

Initializes a new instance of the ChannelListEndEventArgs class.

Method Details

ChannelListEndEventArgs() public méthode

Initializes a new instance of the ChannelListEndEventArgs class.
public ChannelListEndEventArgs ( IrcLine line, IrcLine channellistLines ) : System
line IrcLine The line, that marks the channel list block end.
channellistLines IrcLine All lines of the channel list block.
Résultat System