C# Класс IrcShark.Chatting.Irc.LineReceivedEventArgs

The LineReceivedEventArgs belongs to the IrcClient.LineReceivedEventHandler and the IrcClient.LineReceived event.
Наследование: IrcEventArgs
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the LineReceivedEventArgs class.

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

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

Initializes a new instance of the LineReceivedEventArgs class.
public LineReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to use.
Результат System