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

The ChannelListBeginEventArgs class is the EventArgs class for the ChannelListListener.ChannelListBegin event.
Inheritance: IrcEventArgs
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
ChannelListBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the ChannelListBeginEventArgs class.

Method Details

ChannelListBeginEventArgs() public method

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