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

Inheritance: System.EventArgs
Datei anzeigen Open project: hansuky/Yuhan

Public Methods

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

Method Details

LoginEventArgs() public method

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