Click or drag to resize
ApplicationInitialize Method
Virtual method called when application can perform Window/Frame related initialization. When called Window.Current.Content is already initialized to GD Frame and can be accessed by Frame property.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void Initialize(
	Object eventArgs
)

Parameters

eventArgs
Type: SystemObject
Application launch parameters. Can be a LaunchActivatedEventArgs, IActivatedEventArgs or FileActivatedEventArgs.
See Also