C# 클래스 BaconographyWP8.View.ComposePostPageView

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
ComposePostPageView ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ComposePostPageView() 공개 메소드

public ComposePostPageView ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
리턴 void