Click or drag to resize
ApplicationOnWindowCreated Method
Stores dispatcher reference for current window context.

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

Parameters

args
Type: Windows.UI.XamlWindowCreatedEventArgs
Event arguments
See Also