Click or drag to resize
GDAppEventHandler Delegate
Handler for events dispatched from the BlackBerry Dynamics Runtime, including authorization events.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public delegate void GDAppEventHandler(
	GDAppEvent appEvent
)

Parameters

appEvent
Type: GDGDAppEvent
Details of the event.
Remarks
The callback is invoked whenever a BlackBerry Dynamics Runtime object event occurs. Runtime object events include authorization results. See HandleGDMessage.
See Also

Reference