C# 클래스 Pdelvo.Minecraft.Proxy.Library.Plugins.Events.UserEventArgs

A base cancelable event data class with information about a proxy connection
상속: CancelEventArgs
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy 1 사용 예제들

공개 메소드들

메소드 설명
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