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

The UserJoinEventArgs are used by the Channel.UserJoin event.
상속: JoinReceivedEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
UserJoinEventArgs ( ChannelUser user, JoinReceivedEventArgs baseArgs ) : System

Initializes a new instance of the UserJoinEventArgs class.

메소드 상세

UserJoinEventArgs() 공개 메소드

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