C# Class MvvmFramework.Samples.Uwp.App

Represents the entry-point to the MVVM sample application.
Inheritance: Windows.Mvvm.Application.MvvmApplication
Mostrar archivo Open project: lecode-official/mvvm-framework

Public Methods

Method Description
App ( ) : MvvmFramework.Samples.Uwp.Repositories

Initializes a new App instance.

Protected Methods

Method Description
OnActivatedAsync ( IActivatedEventArgs eventArguments ) : System.Threading.Tasks.Task

Gets called when the app was activated by the user.

Method Details

App() public method

Initializes a new App instance.
public App ( ) : MvvmFramework.Samples.Uwp.Repositories
return MvvmFramework.Samples.Uwp.Repositories

OnActivatedAsync() protected method

Gets called when the app was activated by the user.
protected OnActivatedAsync ( IActivatedEventArgs eventArguments ) : System.Threading.Tasks.Task
eventArguments IActivatedEventArgs The event argument, that contain more information on the activation of the application.
return System.Threading.Tasks.Task