C# Класс IrcShark.Chatting.Irc.Listener.LinksBeginEventArgs

The LinksBeginEventArgs class is the EventArgs class for the LinksListener.LinksBegin event.
Наследование: IrcEventArgs
Показать файл Открыть проект

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

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

Initializes a new instance of the LinksBeginEventArgs class.

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

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

Initializes a new instance of the LinksBeginEventArgs class.
public LinksBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, what raised the event.
Результат System