Object: CustomEvent
Availability
|
BlackBerry®
Device Software version 4.6 or later
|
Extends
|
Event
|
The CustomEvent object represents an unknown event type. This object is typically used for application-specific event types.
To create an instance of a CustomEvent, you must invoke Document.createEvent() with an input parameter of "CustomEvent".
Properties
|
Property name
|
Type
|
Description
|
Status
|
Support level
|
Availability
|
|
detail
|
DOMObject
|
Specifies some detail information about the
Event, depending on the type of event.
|
read only
|
DOM 3 Event
|
4.6 or later
|
CustomEvent methods
|
Method name
|
Description
|
Support level
|
Availability
|
|
initCustomEventNS()
|
Initializes the value of a
CustomEvent.
|
DOM 3 Style
|
4.6 or later
|
Was this information helpful? Send us your comments.