C# 클래스 IrcDotNet.Ctcp.CtcpMessageEventArgs

Provides data for events that are raised when a CTCP message or notice is sent or received.
상속: System.EventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
CtcpMessageEventArgs ( IrcUser source, IList targets, string text ) : System

Initializes a new instance of the CtcpMessageEventArgs class.

메소드 상세

CtcpMessageEventArgs() 공개 메소드

Initializes a new instance of the CtcpMessageEventArgs class.
is . is .
public CtcpMessageEventArgs ( IrcUser source, IList targets, string text ) : System
source IrcUser The source of the message.
targets IList A list of the targets of the message.
text string The text of the message.
리턴 System