Initializes a new custom event that the createEvent method created.
![]() |
Syntax
var retval = CustomEvent.initCustomEvent(eventType, canBubble, cancelable, detail);Parameters
- eventType [in]
-
Type: String
A user-defined custom event type.
- canBubble [in]
-
Type: Boolean
- cancelable [in]
-
Type: Boolean
- detail [in]
-
Type: Object
A user-defined object that can contain additional information about the event. This parameter can be null. This value is returned in the detail property of the event.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
See also
Build date: 11/29/2012
