C# Class IrcShark.Chatting.Irc.ConnectEventArgs

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

Public Methods

Method Description
ConnectEventArgs ( IrcClient client ) : System

Initializes a new instance of the ConnectEventArgs class.

Method Details

ConnectEventArgs() public method

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