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

This cöass represents the EventArgs for irc protocol event.
Наследование: System.EventArgs, IIrcObject
Показать файл Открыть проект

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

Метод Описание
IrcEventArgs ( IrcClient client ) : System

Initializes a new instance of the IrcEventArgs class.

IrcEventArgs ( IrcLine line ) : System

Initializes a new instance of the IrcEventArgs class.

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

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

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcClient client ) : System
client IrcClient The client instance, the EventArgs belongs to.
Результат System

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

Initializes a new instance of the IrcEventArgs class.
public IrcEventArgs ( IrcLine line ) : System
line IrcLine The line, the EventArgs where created from.
Результат System