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

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

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

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

Initializes a new instance of the JoinReceivedEventArgs class.

JoinReceivedEventArgs ( string channelName, UserInfo joinedUser ) : System

Initializes a new instance of the JoinReceivedEventArgs class.

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

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

Initializes a new instance of the JoinReceivedEventArgs class.
public JoinReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to create the event args from.
Результат System

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

Initializes a new instance of the JoinReceivedEventArgs class.
public JoinReceivedEventArgs ( string channelName, UserInfo joinedUser ) : System
channelName string The name of the joined channel.
joinedUser UserInfo The UserInfo for the joined user.
Результат System