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

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

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

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

Initializes a new instance of the NoticeReceivedEventArgs class.

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

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

Initializes a new instance of the NoticeReceivedEventArgs class.
public NoticeReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line creating the notice event.
Результат System