C# Class UwpHelpers.Examples.App

Inheritance: Windows.UI.Xaml.Application
Mostrar archivo Open project: LanceMcCarthy/UwpProjects

Public Methods

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

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method Description
OnBackRequested ( object sender, BackRequestedEventArgs e ) : void
OnNavigated ( object sender, NavigationEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnNavigationFailed() public method

public OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Navigation.NavigationFailedEventArgs
return void