C# Class BaconographyWP8.View.ComposeMessagePageView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
ComposeMessagePageView ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public ComposeMessagePageView ( ) : System
return System

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