C# Class IrcShark.Chatting.Irc.Extended.LeftEventArgs

The PartedEventArgs belongs to the ChannelManager.PartedEventHandler and the ChannelManager.Parted event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
LeftEventArgs ( Channel chan ) : System

Initializes a new instance of the LeftEventArgs class.

Method Details

LeftEventArgs() public méthode

Initializes a new instance of the LeftEventArgs class.
public LeftEventArgs ( Channel chan ) : System
chan Channel The instance of the Channel, that was parted.
Résultat System