C# Class IrcDotNet.IrcUserEventArgs

Provides data for events that concern an IrcUser.
Inheritance: IrcCommentEventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcUserEventArgs ( IrcUser user, string comment = null ) : System.Net.Security

Initializes a new instance of the IrcUserEventArgs class.

Method Details

IrcUserEventArgs() public method

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
return System.Net.Security