C# Class BaconographyWP8.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
OnOrientationChanged ( OrientationChangedEventArgs e ) : void

Private Methods

Method Description
AdjustForOrientation ( PageOrientation orientation ) : void
BuildMenu ( ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
MaybeUserIsLoggedIn ( ) : void
MenuClose_Click ( object sender, EventArgs e ) : void
MenuLogin_Click ( object sender, EventArgs e ) : void
MenuMail_Click ( object sender, EventArgs e ) : void
MenuManage_Click ( object sender, EventArgs e ) : void
MenuPin_Click ( object sender, EventArgs e ) : void
MenuSearch_Click ( object sender, EventArgs e ) : void
MenuSettings_Click ( object sender, EventArgs e ) : void
MenuSidebar_Click ( object sender, EventArgs e ) : void
MenuSort_Click ( object sender, EventArgs e ) : void
MenuSubmit_Click ( object sender, EventArgs e ) : void
OnLoadedPivotItem ( object sender, PivotItemEventArgs e ) : void
OnSelectIndexMessage ( SelectIndexMessage message ) : void
OnUserLoggedIn ( UserLoggedInMessage message ) : void
SetMailButtonIcon ( System args ) : void
UpdateMenuItems ( ) : void
appBar_StateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void
pivot_DoubleTap ( object sender, System e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void

OnOrientationChanged() protected method

protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
return void