C# Class IrcDotNet.IrcUserEventArgs

Provides data for events that concern an IrcUser.
Inheritance: IrcCommentEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the IrcUserEventArgs class.

Method Details

IrcUserEventArgs() public méthode

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
Résultat System.Net.Security