C# Class IrcShark.Chatting.Irc.PartReceivedEventArgs

The PartReceivedEventArgs belongs to the IrcClient.PartReceivedEventHandler and the IrcClient.PartReceived event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
PartReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the PartReceivedEventArgs class.

PartReceivedEventArgs ( string channelName, UserInfo partedUser ) : System

Initializes a new instance of the PartReceivedEventArgs class.

Method Details

PartReceivedEventArgs() public méthode

Initializes a new instance of the PartReceivedEventArgs class.
public PartReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to create the event args from.
Résultat System

PartReceivedEventArgs() public méthode

Initializes a new instance of the PartReceivedEventArgs class.
public PartReceivedEventArgs ( string channelName, UserInfo partedUser ) : System
channelName string The name of the channel.
partedUser UserInfo The user, who parted.
Résultat System