Click or drag to resize
GDAppEvent Class
Event dispatched from the BlackBerry Dynamics Runtime.
Inheritance Hierarchy
SystemObject
  GDGDAppEvent

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDAppEvent

The GDAppEvent type exposes the following members.

Constructors
  NameDescription
Public methodGDAppEvent
Initializes a new instance of the GDAppEvent class
Public methodGDAppEvent(GDAppEventType)
Parameterized event constructor.
Public methodGDAppEvent(GDAppEventType, GDAppResultCode)
Parameterized event constructor.
Public methodGDAppEvent(GDAppEventType, GDAppResultCode, String)
Parameterized event constructor.
Top
Properties
  NameDescription
Public propertycode
This property contains an event result code.
Public propertymessage
This property contains a textual description of the event.
Public propertytype
This property contains an event type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
This class is used to deliver events to the GDWindows event handler in the application. See GDAppEventHandler.
See Also

Reference