C# 클래스 BaconographyWP8.View.MessagingPageView

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

공개 메소드들

메소드 설명
MessagingPageView ( ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

MessagingPageView() 공개 메소드

public MessagingPageView ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

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

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