Click or drag to resize
AppOnLaunched Method
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.

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override void OnLaunched(
	LaunchActivatedEventArgs e
)

Parameters

e
Type: Windows.ApplicationModel.ActivationLaunchActivatedEventArgs
Details about the launch request and process.
See Also