C# Класс IrcShark.Chatting.Irc.PartReceivedEventArgs

The PartReceivedEventArgs belongs to the IrcClient.PartReceivedEventHandler and the IrcClient.PartReceived event.
Наследование: IrcEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PartReceivedEventArgs() публичный Метод

Initializes a new instance of the PartReceivedEventArgs class.
public PartReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to create the event args from.
Результат System

PartReceivedEventArgs() публичный Метод

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.
Результат System