Click or drag to resize
ApplicationOnActivated Method
Entry point for handling incoming URI requests. Used i.a. for AuthDelegation commands interchange.

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

Parameters

args
Type: Windows.ApplicationModel.ActivationIActivatedEventArgs
Contains i.a. request URI with schema registered by this application.
Remarks
Begins process of GD SDK initialization if necessary.
See Also