C# 클래스 Sharpcraft.Networking.LoginEventArgs

The LoginEventArgs class used for the login event.
상속: System.EventArgs
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Result LoginResult

비공개 메소드들

메소드 설명
LoginEventArgs ( LoginResult result ) : System

Initializes a new instance of the LoginEventArgs class.

프로퍼티 상세

Result 공개적으로 프로퍼티

The LoginResult of the login.
public LoginResult,Sharpcraft.Networking Result
리턴 LoginResult