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

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

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

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

Initializes a new instance of the WhoBeginEventArgs class.

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

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

Initializes a new instance of the WhoBeginEventArgs class.
public WhoBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, that marks the who reply begin.
Результат System