C# Class BaconographyWP8.View.ComposeMessagePageView

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

Méthodes publiques

Méthode Description
ComposeMessagePageView ( ) : 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
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UpdateMenuItems ( ) : void

Method Details

ComposeMessagePageView() public méthode

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