Méthode | Description | |
---|---|---|
ContinueWebAuthentication ( WebAuthenticationBrokerContinuationEventArgs args ) : void | ||
MainPage ( ) : O365_WinPhone_ArtCurator.Common |
Méthode | Description | |
---|---|---|
OnNavigatedFrom ( |
||
OnNavigatedTo ( |
The methods provided in this section are simply used to allow NavigationHelper to respond to the page's navigation methods. Page specific logic should be placed in event handlers for the NavigationHelper.LoadState and NavigationHelper.SaveState. The navigation parameter is available in the LoadState method in addition to page state preserved during an earlier session.
|
Méthode | Description | |
---|---|---|
Attachment_Tapped ( object sender, |
||
ConnectButton_Click ( object sender, |
||
PopulateButton_Click ( object sender, |
||
RefreshButton_Click ( object sender, |
||
SettingsButton_Click ( object sender, |
public ContinueWebAuthentication ( WebAuthenticationBrokerContinuationEventArgs args ) : void | ||
args | WebAuthenticationBrokerContinuationEventArgs | |
Résultat | void |
public MainPage ( ) : O365_WinPhone_ArtCurator.Common | ||
Résultat | O365_WinPhone_ArtCurator.Common |
protected OnNavigatedFrom ( |
||
e | ||
Résultat | void |
protected OnNavigatedTo ( |
||
e | Provides data for navigation methods and event /// handlers that cannot cancel the navigation request. | |
Résultat | void |