C# Class IrcShark.Chatting.Irc.Extended.UserJoinEventArgs

The UserJoinEventArgs are used by the Channel.UserJoin event.
Inheritance: JoinReceivedEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
UserJoinEventArgs ( ChannelUser user, JoinReceivedEventArgs baseArgs ) : System

Initializes a new instance of the UserJoinEventArgs class.

Method Details

UserJoinEventArgs() public méthode

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.
Résultat System