C# Класс IrcDotNet.IrcChannelUserEventArgs

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

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

Метод Описание
IrcChannelUserEventArgs ( IrcChannelUser channelUser, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelUserEventArgs class.

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

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

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