C# Class TokenChallenge.LoginEventArgs

Inheritance: System.EventArgs
Show file Open project: Esri/arcgis-runtime-samples-dotnet Class Usage Examples

Public Methods

Method Description
LoginEventArgs ( string username, string password ) : System

Method Details

LoginEventArgs() public method

public LoginEventArgs ( string username, string password ) : System
username string
password string
return System