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

The ChannelListEndEventArgs class is the EventArgs class for the ChannelListListener.ChannelListEnd event.
Inheritance: IrcEventArgs
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
ChannelListEndEventArgs ( IrcLine line, IrcLine channellistLines ) : System

Initializes a new instance of the ChannelListEndEventArgs class.

Method Details

ChannelListEndEventArgs() public method

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.
return System