Click or drag to resize
GDWindowsOnActivated Method
Must be invoked when the application is activated by some means other than normal launching.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool OnActivated(
	IActivatedEventArgs args
)

Parameters

args
Type: Windows.ApplicationModel.ActivationIActivatedEventArgs
Event data for the event.

Return Value

Type: Boolean
Returns true if event will be handled by BlackBerry Dynamics Runtime, otherwise false.
Remarks

In typical case this method should be called in OnActivated(IActivatedEventArgs) method when subclassing Application class.

NOTE: This method should not be called when sublassing GDEx.Application class.

See Also