C# Class IrcShark.Chatting.Irc.ConnectEventArgs

The ConnectEventArgs belongs to the IrcClient.ConnectEventHandler and the IrcClient.OnConnect event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
ConnectEventArgs ( IrcClient client ) : System

Initializes a new instance of the ConnectEventArgs class.

Method Details

ConnectEventArgs() public méthode

Initializes a new instance of the ConnectEventArgs class.
public ConnectEventArgs ( IrcClient client ) : System
client IrcClient The client the event was fired from.
Résultat System