C# Класс IrcDotNet.Ctcp.CtcpMessageEventArgs

Provides data for events that are raised when a CTCP message or notice is sent or received.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CtcpMessageEventArgs ( IrcUser source, IList targets, string text ) : System

Initializes a new instance of the CtcpMessageEventArgs class.

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

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

Initializes a new instance of the CtcpMessageEventArgs class.
is . is .
public CtcpMessageEventArgs ( IrcUser source, IList targets, string text ) : System
source IrcUser The source of the message.
targets IList A list of the targets of the message.
text string The text of the message.
Результат System