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

The JoinedEventArgs belongs to the ChannelManager.JoinedEventHandler and the ChannelManager.Joined event.
Inheritance: IrcEventArgs
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
JoinedEventArgs ( Channel chan ) : System

Initializes a new instance of the JoinedEventArgs class.

Method Details

JoinedEventArgs() public method

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