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

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

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

Метод Описание
WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System

Initializes a new instance of the WhoEndEventArgs class.

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

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

Initializes a new instance of the WhoEndEventArgs class.
public WhoEndEventArgs ( IrcLine line, WhoLine whoLines ) : System
line IrcLine The line, that marks the who reply end.
whoLines WhoLine All lines of the who reply.
Результат System