C# Class BaconographyWP8.View.ComposePostPageView

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

Méthodes publiques

Méthode Description
ComposePostPageView ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
BuildAppBar ( ) : void
Cancel_Click ( object sender, EventArgs e ) : void
ChangeUser_Click ( object sender, RoutedEventArgs e ) : void
Send_Click ( object sender, EventArgs e ) : void
TextBox_KeyUp ( object sender, System e ) : void
TextInputBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UpdateMenuItems ( ) : void
pivot_LoadedPivotItem ( object sender, PivotItemEventArgs e ) : void

Method Details

ComposePostPageView() public méthode

public ComposePostPageView ( ) : System
Résultat System

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