C# Class IrcShark.Chatting.Irc.IrcEventArgs

This cöass represents the EventArgs for irc protocol event.
Inheritance: System.EventArgs, IIrcObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
IrcEventArgs ( IrcClient client ) : System

Initializes a new instance of the IrcEventArgs class.

IrcEventArgs ( IrcLine line ) : System

Initializes a new instance of the IrcEventArgs class.

Method Details

IrcEventArgs() public méthode

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcClient client ) : System
client IrcClient The client instance, the EventArgs belongs to.
Résultat System

IrcEventArgs() public méthode

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcLine line ) : System
line IrcLine The line, the EventArgs where created from.
Résultat System