C# Class IrcShark.Chatting.Irc.BadNickEventArgs

The EventArgs for the BadNick event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
BadNickEventArgs ( IrcLine baseLine, bool inLogin ) : System

Initializes a new instance of the BadNickEventArgs class.

Method Details

BadNickEventArgs() public méthode

Initializes a new instance of the BadNickEventArgs class.
public BadNickEventArgs ( IrcLine baseLine, bool inLogin ) : System
baseLine IrcLine The line, what created the bad nick event.
inLogin bool Determines if the event was fired in the login state.
Résultat System