Click or drag to resize
ApplicationOnLaunched Method
Invoked when the application is launched. Override this method to perform application initialization and to display initial content in the associated Window.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnLaunched(
	LaunchActivatedEventArgs args
)

Parameters

args
Type: Windows.ApplicationModel.ActivationLaunchActivatedEventArgs
Event data for the event.
See Also