C# Класс IrcShark.Chatting.Irc.Extended.JoinedEventArgs

The JoinedEventArgs belongs to the ChannelManager.JoinedEventHandler and the ChannelManager.Joined event.
Наследование: IrcEventArgs
Показать файл Открыть проект

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

Метод Описание
JoinedEventArgs ( Channel chan ) : System

Initializes a new instance of the JoinedEventArgs class.

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

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

Initializes a new instance of the JoinedEventArgs class.
public JoinedEventArgs ( Channel chan ) : System
chan Channel The instance of the Channel, that was joined.
Результат System