C# Class Samples.UWP.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
Datei anzeigen Open project: xamarin/Essentials

Public Methods

Method Description
App ( ) : System
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs
return void

OnNavigationFailed() public method

public OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
sender object
e NavigationFailedEventArgs
return void

OnSuspending() public method

public OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e SuspendingEventArgs
return void