C# 클래스 IrcShark.Chatting.Irc.Extended.UserLeaveEventArgs

The UserLeaveEventArgs are used by the IrcShark.Chatting.Irc.Extended.Channel.UserLeave event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
UserLeaveEventArgs ( ChannelUser user, string msg, UserLeaveReason reason ) : System

Initializes a new instance of the UserLeaveEventArgs class.

메소드 상세

UserLeaveEventArgs() 공개 메소드

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.
리턴 System