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

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

공개 메소드들

메소드 설명
LineReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the LineReceivedEventArgs class.

메소드 상세

LineReceivedEventArgs() 공개 메소드

Initializes a new instance of the LineReceivedEventArgs class.
public LineReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to use.
리턴 System