C# Класс IrcShark.Chatting.Irc.Extended.LeftEventArgs

The PartedEventArgs belongs to the ChannelManager.PartedEventHandler and the ChannelManager.Parted event.
Наследование: IrcEventArgs
Показать файл Открыть проект

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

Метод Описание
LeftEventArgs ( Channel chan ) : System

Initializes a new instance of the LeftEventArgs class.

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

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

Initializes a new instance of the LeftEventArgs class.
public LeftEventArgs ( Channel chan ) : System
chan Channel The instance of the Channel, that was parted.
Результат System