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

The UserJoinEventArgs are used by the Channel.UserJoin event.
Наследование: JoinReceivedEventArgs
Показать файл Открыть проект

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

Метод Описание
UserJoinEventArgs ( ChannelUser user, JoinReceivedEventArgs baseArgs ) : System

Initializes a new instance of the UserJoinEventArgs class.

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

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

Initializes a new instance of the UserJoinEventArgs class.
public UserJoinEventArgs ( ChannelUser user, JoinReceivedEventArgs baseArgs ) : System
user ChannelUser The user that joined.
baseArgs JoinReceivedEventArgs The event args for the base join event.
Результат System