C# Class WinAppInsights.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
MainPage ( ) : Microsoft.ApplicationInsights

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
OnAction ( object sender, RoutedEventArgs e ) : void
OnError ( object sender, RoutedEventArgs e ) : void
OnNavigateToSecondPage ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : Microsoft.ApplicationInsights
return Microsoft.ApplicationInsights

OnNavigatedTo() protected method

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