C# Класс IrcDotNet.IrcChannelEventArgs

Provides data for events that concern an IrcChannel.
Наследование: IrcCommentEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcChannelEventArgs ( IrcChannel channel, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelEventArgs class.

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

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

Initializes a new instance of the IrcChannelEventArgs class.
public IrcChannelEventArgs ( IrcChannel channel, string comment = null ) : System.Net.Security
channel IrcChannel The channel that the event concerns.
comment string
Результат System.Net.Security