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

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

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

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

Initializes a new instance of the InfoBeginEventArgs class.

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

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

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