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

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

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

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

Initializes a new instance of the MessageReceivedEventArgs class.

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

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

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