Table of Contents

Class FrameworkApplication

Namespace
The.WPF
Assembly
Instagile.WPF.dll
public abstract class FrameworkApplication : Application, IQueryAmbient
Inheritance
FrameworkApplication
Implements
Inherited Members

Constructors

FrameworkApplication()

public FrameworkApplication()

Methods

CreateDefaultCulture()

protected virtual CultureInfo CreateDefaultCulture()

Returns

CultureInfo

InitFrameworkAsync(string[])

protected abstract Task<Root> InitFrameworkAsync(string[] args)

Parameters

args string[]

Returns

Task<Root>

OnExit(ExitEventArgs)

Raises the Exit event.

protected override void OnExit(ExitEventArgs e)

Parameters

e ExitEventArgs

An ExitEventArgs that contains the event data.

OnStartup(StartupEventArgs)

Raises the Startup event.

protected override void OnStartup(StartupEventArgs e)

Parameters

e StartupEventArgs

A StartupEventArgs that contains the event data.