Click or drag to resize
GDWindowsOnFileActivated Method
Must be invoked when the application is activated through file-open.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool OnFileActivated(
	FileActivatedEventArgs args
)

Parameters

args
Type: Windows.ApplicationModel.ActivationFileActivatedEventArgs
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 OnFileActivated(FileActivatedEventArgs) method when subclassing Application class.

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

See Also