C# 클래스 IrcShark.Chatting.Irc.ConnectEventArgs

The ConnectEventArgs belongs to the IrcClient.ConnectEventHandler and the IrcClient.OnConnect event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
ConnectEventArgs ( IrcClient client ) : System

Initializes a new instance of the ConnectEventArgs class.

메소드 상세

ConnectEventArgs() 공개 메소드

Initializes a new instance of the ConnectEventArgs class.
public ConnectEventArgs ( IrcClient client ) : System
client IrcClient The client the event was fired from.
리턴 System