C# Class Eurofurence.Companion.Views.DealerDetailPage

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

Private Properties

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

Méthodes publiques

Méthode Description
DealerDetailPage ( ) : Eurofurence.Companion.Common

Méthodes protégées

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

Private Methods

Méthode Description
MapTapped ( object sender, TappedRoutedEventArgs e ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
OnWebsiteUriClickAsync ( object sender, Windows e ) : void

Method Details

DealerDetailPage() public méthode

public DealerDetailPage ( ) : Eurofurence.Companion.Common
Résultat Eurofurence.Companion.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