C# Class Eurofurence.Companion.Views.EventDetailPage

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

Public Methods

Method Description
EventDetailPage ( ) : Eurofurence.Companion.Common

Protected Methods

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

Private Methods

Method Description
AppBarToggleButton_Click ( object sender, Windows e ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Method Details

EventDetailPage() public method

public EventDetailPage ( ) : 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