C# 클래스 IrcDotNet.IrcUserEventArgs

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

공개 메소드들

메소드 설명
IrcUserEventArgs ( IrcUser user, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcUserEventArgs class.

메소드 상세

IrcUserEventArgs() 공개 메소드

Initializes a new instance of the IrcUserEventArgs class.
public IrcUserEventArgs ( IrcUser user, string comment = null ) : System.Net.Security
user IrcUser The user that the event concerns, or for no user.
comment string
리턴 System.Net.Security