C# 클래스 Yaircc.Net.IRC.DataReceivedEventArgs

Represents the event data when data is received via an IRC connection.
상속: System.EventArgs
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
DataReceivedEventArgs ( string data ) : System

Initialises a new instance of the DataReceivedEventArgs class.

메소드 상세

DataReceivedEventArgs() 공개 메소드

Initialises a new instance of the DataReceivedEventArgs class.
public DataReceivedEventArgs ( string data ) : System
data string The received data.
리턴 System