CustomEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

detail
auto detail()
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool bubbles, bool cancelable, T3 detail)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool bubbles, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool bubbles)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.Event _parent;
Undocumented in source.

Meta