C# Class WindowsApp.Views.Tutorial

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Page
Afficher le fichier Open project: MSRCCS/AppSuite

Private Properties

Свойство Type Description
NavigationHelper_LoadState void
NavigationHelper_SaveState void
next_click void

Méthodes publiques

Méthode Description
Tutorial ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Méthode Description
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

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.

next_click ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedTo() protected méthode

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
Résultat void

Tutorial() public méthode

public Tutorial ( ) : System
Résultat System