My Project  0.10.0
Windows SDK for Facebook
Public Member Functions | Protected Member Functions | List of all members
FBWinStoreCsTests.App Class Reference

Provides application-specific behavior to supplement the default Application class. More...

Inheritance diagram for FBWinStoreCsTests.App:

Public Member Functions

 App ()
 Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain(). More...
 

Protected Member Functions

override void OnLaunched (LaunchActivatedEventArgs e)
 Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file. More...
 

Detailed Description

Provides application-specific behavior to supplement the default Application class.

Constructor & Destructor Documentation

FBWinStoreCsTests.App.App ( )
inline

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Member Function Documentation

override void FBWinStoreCsTests.App.OnLaunched ( LaunchActivatedEventArgs  e)
inlineprotected

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.

Parameters
eDetails about the launch request and process.

The documentation for this class was generated from the following file: