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

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

Méthodes publiques

Méthode 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 méthode

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
Résultat Pdelvo.Minecraft.Proxy.Library.Connection