C# Class BaconographyWP8.View.MessagingPageView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
MessagingPageView ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Méthode 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 méthode

public MessagingPageView ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
Résultat void