C# Class ExtendedListView.Universal.HubPage1

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

Méthodes publiques

Méthode Description
HubPage1 ( ) : ExtendedListView.Universal.Common

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public HubPage1 ( ) : ExtendedListView.Universal.Common
Résultat ExtendedListView.Universal.Common

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void