C# Class IrcShark.Chatting.Irc.KickReceivedEventArgs

Description of KickReceivedEventArgs.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
KickReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the KickReceivedEventArgs class.

Method Details

KickReceivedEventArgs() public method

Initializes a new instance of the KickReceivedEventArgs class.
public KickReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line with the kick command.
return System