C# Class IrcShark.Chatting.Irc.LoginEventArgs

The LoginEventArgs belongs to the IrcClient.LoginEventHandler and the IrcClient.OnLogin event.
Gives information about the network and nickname of the successfully logged in connection.
Inheritance: IrcEventArgs
ファイルを表示 Open project: hapm/IrcShark

Public Methods

Method Description
LoginEventArgs ( string networkName, string nick, IrcClient client ) : System

Initializes a new instance of the LoginEventArgs class.

Method Details

LoginEventArgs() public method

Initializes a new instance of the LoginEventArgs class.
public LoginEventArgs ( string networkName, string nick, IrcClient client ) : System
networkName string The name of the network.
nick string The accepted nickname.
client IrcClient The client, what logged in.
return System