C# Class IrcDotNet.IrcNameEventArgs

Provides data for events that specify a comment.
Inheritance: System.EventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
IrcNameEventArgs ( string name ) : System.Net.Security

Initializes a new instance of the IrcNameEventArgs class.

Method Details

IrcNameEventArgs() public méthode

Initializes a new instance of the IrcNameEventArgs class.
public IrcNameEventArgs ( string name ) : System.Net.Security
name string The name that the event specified.
Résultat System.Net.Security