C# Class Eurofurence.Companion.Views.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page, IPageProperties
Afficher le fichier Open project: eurofurence/ef-app_wp

Méthodes publiques

Méthode Description
MainPage ( ) : Windows.UI.Xaml

Méthodes protégées

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

Private Methods

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

Method Details

MainPage() public méthode

public MainPage ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml

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