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

The JoinedEventArgs belongs to the ChannelManager.JoinedEventHandler and the ChannelManager.Joined event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
JoinedEventArgs ( Channel chan ) : System

Initializes a new instance of the JoinedEventArgs class.

Method Details

JoinedEventArgs() public méthode

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