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

The JoinedEventArgs belongs to the ChannelManager.JoinedEventHandler and the ChannelManager.Joined event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
JoinedEventArgs ( Channel chan ) : System

Initializes a new instance of the JoinedEventArgs class.

메소드 상세

JoinedEventArgs() 공개 메소드

Initializes a new instance of the JoinedEventArgs class.
public JoinedEventArgs ( Channel chan ) : System
chan Channel The instance of the Channel, that was joined.
리턴 System