Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
IrcShark
Chatting
Irc
Listener
LinksBeginEventArgs
C# 클래스 IrcShark.Chatting.Irc.Listener.LinksBeginEventArgs
The LinksBeginEventArgs class is the EventArgs class for the LinksListener.LinksBegin event.
상속:
IrcEventArgs
파일 보기
프로젝트 열기: hapm/IrcShark
공개 메소드들
메소드
설명
LinksBeginEventArgs
(
IrcLine
line
) :
System
Initializes a new instance of the LinksBeginEventArgs class.
메소드 상세
LinksBeginEventArgs()
공개
메소드
Initializes a new instance of the LinksBeginEventArgs class.
public
LinksBeginEventArgs
(
IrcLine
line
) :
System
line
IrcLine
The line, what raised the event.
리턴
System