C# Класс IrcDotNet.IrcPreviewMessageEventArgs

Gives the option to handle the preview event and thus stop the normal event from being raised.
Наследование: IrcMessageEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcPreviewMessageEventArgs ( IIrcMessageSource source, IList targets, string text, Encoding encoding ) : System.Net.Security

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

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

public IrcPreviewMessageEventArgs ( IIrcMessageSource source, IList targets, string text, Encoding encoding ) : System.Net.Security
source IIrcMessageSource
targets IList
text string
encoding System.Text.Encoding
Результат System.Net.Security