C# Class Yuhan.WPF.Login.ViewModels.LoginEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: hansuky/Yuhan

Méthodes publiques

Méthode Description
LoginEventArgs ( String userId, System.Boolean success = true, Exception ex = null ) : System

Method Details

LoginEventArgs() public méthode

public LoginEventArgs ( String userId, System.Boolean success = true, Exception ex = null ) : System
userId String
success System.Boolean
ex System.Exception
Résultat System