C# 클래스 InTheHand.UI.ApplicationSettings.AboutPage

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
AboutPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
AboutPage_BackRequested ( object sender, BackRequestedEventArgs e ) : void
AboutPage_Loaded ( object sender, RoutedEventArgs e ) : void
AboutPage_Unloaded ( object sender, RoutedEventArgs e ) : void
HardwareButtons_BackPressed ( object sender, Windows e ) : void
UnregisterBack ( ) : void

메소드 상세

AboutPage() 공개 메소드

public AboutPage ( ) : System
리턴 System

OnNavigatingFrom() 보호된 메소드

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