WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMUIEvent

IID:a6cf90c3-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMEvent
Status:FROZEN

The nsIDOMUIEvent interface is the datatype for all UI events in the Document Object Model.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Events/


Properties

readonly PRInt32 detail

readonly nsIDOMAbstractView view


Methods

void initUIEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , nsIDOMAbstractView viewArg , PRInt32 detailArg )

void initUIEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , nsIDOMAbstractView viewArg , PRInt32 detailArg )

Arguments:
typeArg
canBubbleArg
cancelableArg
viewArg
detailArg

Reference documentation is generated from Mozilla's source.