C# Class IrcSharp.Extended.UserJoinEventArgs

Inheritance: JoinReceivedEventArgs
Exibir arquivo Open project: hapm/IrcShark

Public Methods

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

Method Details

UserJoinEventArgs() public method

public UserJoinEventArgs ( Channel chan, ChannelUser user, JoinReceivedEventArgs baseArgs ) : System
chan Channel
user ChannelUser
baseArgs JoinReceivedEventArgs
return System