C# Class Sharpcraft.Networking.LoginEventArgs

The LoginEventArgs class used for the login event.
Inheritance: System.EventArgs
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Result LoginResult

Private Methods

Method Description
LoginEventArgs ( LoginResult result ) : System

Initializes a new instance of the LoginEventArgs class.

Property Details

Result public_oe property

The LoginResult of the login.
public LoginResult,Sharpcraft.Networking Result
return LoginResult