C# Class O365_UWP_Unified_API_Snippets.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: microsoftgraph/uwp-csharp-snippets-rest-sample

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ClearSelection_Click ( object sender, RoutedEventArgs e ) : void
CreateStoryList ( ) : void
Disconnect_Click ( object sender, RoutedEventArgs e ) : void
ResetStories ( ) : void
RunSelectedStories_Click ( object sender, RoutedEventArgs e ) : void
runSelectedAsync ( ) : System.Threading.Tasks.Task

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void