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

The PartedEventArgs belongs to the ChannelManager.PartedEventHandler and the ChannelManager.Parted event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark

Public Methods

Method Description
LeftEventArgs ( Channel chan ) : System

Initializes a new instance of the LeftEventArgs class.

Method Details

LeftEventArgs() public method

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