C# Класс IrcShark.Chatting.Irc.Listener.ChannelListBeginEventArgs

The ChannelListBeginEventArgs class is the EventArgs class for the ChannelListListener.ChannelListBegin event.
Наследование: IrcEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ChannelListBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the ChannelListBeginEventArgs class.

Описание методов

ChannelListBeginEventArgs() публичный Метод

Initializes a new instance of the ChannelListBeginEventArgs class.
public ChannelListBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, what raised the event.
Результат System