C# Класс Pdelvo.Minecraft.Proxy.Library.Plugins.Events.UserEventArgs

A base cancelable event data class with information about a proxy connection
Наследование: CancelEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UserEventArgs ( IProxyConnection connection ) : Pdelvo.Minecraft.Proxy.Library.Connection

Create a new instance of the UserEventArgs class with the specific connection

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

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

Create a new instance of the UserEventArgs class with the specific connection
public UserEventArgs ( IProxyConnection connection ) : Pdelvo.Minecraft.Proxy.Library.Connection
connection IProxyConnection The connection this event data belongs to
Результат Pdelvo.Minecraft.Proxy.Library.Connection