C# Class WindowsApp.Views.tutorial2

Creates the page
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: MSRCCS/AppSuite

Private Properties

Property Type Description
NavigationHelper_LoadState void
NavigationHelper_SaveState void
next_click void

Public Methods

Method Description
tutorial2 ( ) : System

Constructor

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

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

Private Methods

Method 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 method

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

tutorial2() public method

Constructor
public tutorial2 ( ) : System
return System