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

The UserJoinEventArgs are used by the Channel.UserJoin event.
Inheritance: JoinReceivedEventArgs
Show file Open project: hapm/IrcShark

Public Methods

Method Description
UserJoinEventArgs ( ChannelUser user, JoinReceivedEventArgs baseArgs ) : System

Initializes a new instance of the UserJoinEventArgs class.

Method Details

UserJoinEventArgs() public method

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.
return System