Click or drag to resize
ApplicationOnLaunched Method
Entry point for ordinary application launch.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnLaunched(
	LaunchActivatedEventArgs args
)

Parameters

args
Type: Windows.ApplicationModel.ActivationLaunchActivatedEventArgs
Contains i.a. application launch params.
Remarks
Begins process of GD SDK initialization.
See Also