C# Class Security.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 ) : CoreGraphics

Method Details

LoginEventArgs() public method

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