C# Class XamarinForms.IWA.LoginEventArgs

Inheritance: System.EventArgs
显示文件 Open project: Esri/arcgis-runtime-samples-xamarin Class Usage Examples

Public Methods

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

Method Details

LoginEventArgs() public method

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