Property | Type | Description | |
---|---|---|---|
AddGateway | void | ||
NavigationHelper_LoadState | void | ||
NavigationHelper_SaveState | void | ||
SaveGatewaySelection_Click | void | ||
SelectedGateway_Event | void | ||
UpdateGatewayInfo | Task |
||
UpdateGatewaySelection_Click | void | ||
goToHomePage | void |
Method | Description | |
---|---|---|
SelectGateway ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
||
OnNavigatedTo ( |
Method | Description | |
---|---|---|
AddGateway ( String hostname, String info ) : void | ||
NavigationHelper_LoadState ( object sender, |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
NavigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
|
SaveGatewaySelection_Click ( object sender, |
Button click to save gateway selection
|
|
SelectedGateway_Event ( object sender, |
||
UpdateGatewayInfo ( ) : Task |
||
UpdateGatewaySelection_Click ( object sender, |
Button click to update gateway selection
|
|
goToHomePage ( object sender, |
Navigate back to OptionsPage
|
protected OnNavigatedFrom ( |
||
e | ||
return | void |
protected OnNavigatedTo ( |
||
e | ||
return | void |