C# Class Eurofurence.Companion.Views.LoadingPage

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

Private Properties

Property Type Description
CanGoBack void
NavigationHelper_LoadState void
NavigationHelper_SaveState void
_contextManager_PropertyChanged void

Public Methods

Method Description
LoadingPage ( ) : Eurofurence.Companion.Common

Protected Methods

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

Private Methods

Method Description
CanGoBack ( ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
_contextManager_PropertyChanged ( object sender, System e ) : void

Method Details

LoadingPage() public method

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