C# Class Eurofurence.Companion.Views.MapDetailPage

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

Private Properties

Свойство Type Description
NavigationHelper_LoadState void
NavigationHelper_SaveState void

Méthodes publiques

Méthode Description
MapDetailPage ( ) : System.Linq

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
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Method Details

MapDetailPage() public méthode

public MapDetailPage ( ) : System.Linq
Résultat System.Linq

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