C# Class Eurofurence.Companion.Views.DealerDetailPage

Inheritance: Windows.UI.Xaml.Controls.Page, IPageProperties
Datei anzeigen Open project: eurofurence/ef-app_wp

Private Properties

Property Type Description
MapTapped void
NavigationHelper_LoadState void
NavigationHelper_SaveState void
OnWebsiteUriClickAsync void

Public Methods

Method Description
DealerDetailPage ( ) : Eurofurence.Companion.Common

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method 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 method

public DealerDetailPage ( ) : Eurofurence.Companion.Common
return Eurofurence.Companion.Common

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void