C# Class BaconographyWP8.View.MessagingPageView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
MessagingPageView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
BuildAppBar ( ) : void
List_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
New_Click ( object sender, EventArgs e ) : void
Refresh_Click ( object sender, EventArgs e ) : void
Reply_Click ( object sender, EventArgs e ) : void
UpdateMenuItems ( ) : void
pivot_LoadedPivotItem ( object sender, PivotItemEventArgs e ) : void

Method Details

MessagingPageView() public method

public MessagingPageView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
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