C# 클래스 AppShellSample.AppShell

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6 1 사용 예제들

공개 메소드들

메소드 설명
AppShell ( ) : AppShellSample.Views
GoToEditPage ( ) : void
GoToHomePage ( ) : void

비공개 메소드들

메소드 설명
BackButton_Click ( object sender, RoutedEventArgs e ) : void
BackRequested ( bool &handled ) : void
HamburgerMenu_UnChecked ( object sender, RoutedEventArgs e ) : void
OnNavigatedToPage ( object sender, NavigationEventArgs e ) : void
OnNavigatingToPage ( object sender, NavigatingCancelEventArgs e ) : void

메소드 상세

AppShell() 공개 메소드

public AppShell ( ) : AppShellSample.Views
리턴 AppShellSample.Views

GoToEditPage() 공개 메소드

public GoToEditPage ( ) : void
리턴 void

GoToHomePage() 공개 메소드

public GoToHomePage ( ) : void
리턴 void