Mac OS X Reference Library Apple Developer
Search

CustomEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initCustomEvent

initCustomEvent



void initCustomEvent(
    in DOMString typeArg, 
    in boolean canBubbleArg, 
    in boolean cancelableArg, 
    in DOMObject detailArg); 

Member Data

detail

detail



readonly attribute DOMObject detail; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27