C# Class ExtendedListView.Universal.HubPage1

A page that displays a grouped collection of items.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: TareqAteik/ExtendedListView

Public Methods

Method Description
HubPage1 ( ) : ExtendedListView.Universal.Common

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
navigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

Method Details

HubPage1() public method

public HubPage1 ( ) : ExtendedListView.Universal.Common
return ExtendedListView.Universal.Common

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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