C# 클래스 IrcDotNet.IrcChannelEventArgs

Provides data for events that concern an IrcChannel.
상속: IrcCommentEventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
IrcChannelEventArgs ( IrcChannel channel, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcChannelEventArgs class.

메소드 상세

IrcChannelEventArgs() 공개 메소드

Initializes a new instance of the IrcChannelEventArgs class.
public IrcChannelEventArgs ( IrcChannel channel, string comment = null ) : System.Net.Security
channel IrcChannel The channel that the event concerns.
comment string
리턴 System.Net.Security