C# Class Eurofurence.Companion.Views.MainPage

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

Public Methods

Method Description
MainPage ( ) : Windows.UI.Xaml

Protected Methods

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

Private Methods

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

public MainPage ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

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