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

The UserLeaveEventArgs are used by the IrcShark.Chatting.Irc.Extended.Channel.UserLeave event.
Inheritance: IrcEventArgs
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
UserLeaveEventArgs ( ChannelUser user, string msg, UserLeaveReason reason ) : System

Initializes a new instance of the UserLeaveEventArgs class.

Method Details

UserLeaveEventArgs() public method

Initializes a new instance of the UserLeaveEventArgs class.
public UserLeaveEventArgs ( ChannelUser user, string msg, UserLeaveReason reason ) : System
user ChannelUser The user, that have left the channel.
msg string The last message belonging to the leaving reason.
reason UserLeaveReason The reason why the user have left.
return System