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

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

Méthodes publiques

Méthode Description
UserLeaveEventArgs ( ChannelUser user, string msg, UserLeaveReason reason ) : System

Initializes a new instance of the UserLeaveEventArgs class.

Method Details

UserLeaveEventArgs() public méthode

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