C# 클래스 Samples.UWP.App

Provides application-specific behavior to supplement the default Application class.
상속: Application
파일 보기 프로젝트 열기: xamarin/Essentials

공개 메소드들

메소드 설명
App ( ) : System
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

보호된 메소드들

메소드 설명
OnLaunched ( LaunchActivatedEventArgs e ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnLaunched() 보호된 메소드

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs
리턴 void

OnNavigationFailed() 공개 메소드

public OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
sender object
e NavigationFailedEventArgs
리턴 void

OnSuspending() 공개 메소드

public OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e SuspendingEventArgs
리턴 void