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

This cöass represents the EventArgs for irc protocol event.
상속: System.EventArgs, IIrcObject
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

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

Initializes a new instance of the IrcEventArgs class.

IrcEventArgs ( IrcLine line ) : System

Initializes a new instance of the IrcEventArgs class.

메소드 상세

IrcEventArgs() 공개 메소드

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcClient client ) : System
client IrcClient The client instance, the EventArgs belongs to.
리턴 System

IrcEventArgs() 공개 메소드

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcLine line ) : System
line IrcLine The line, the EventArgs where created from.
리턴 System