C# Class Pdelvo.Minecraft.Proxy.Library.Plugins.Events.UserEventArgs

A base cancelable event data class with information about a proxy connection
Inheritance: CancelEventArgs
Datei anzeigen Open project: pdelvo/Pdelvo.Minecraft.Proxy Class Usage Examples

Public Methods

Method Description
UserEventArgs ( IProxyConnection connection ) : Pdelvo.Minecraft.Proxy.Library.Connection

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

Method Details

UserEventArgs() public method

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
return Pdelvo.Minecraft.Proxy.Library.Connection