C# Class TimelineExample.Views.HomePage

Afficher le fichier Open project: jamesmcroft/uwp-timeline-example

Méthodes publiques

Méthode Description
HomePage ( ) : TimelineExample.Services.Data

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
OnListItemClicked ( object sender, ItemClickEventArgs e ) : void

Method Details

HomePage() public méthode

public HomePage ( ) : TimelineExample.Services.Data
Résultat TimelineExample.Services.Data

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e NavigatingCancelEventArgs
Résultat void