Event

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
bubbles
bool bubbles()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelBubble
void cancelBubble(bool cancelBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
cancelBubble
bool cancelBubble()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelable
bool cancelable()
Undocumented in source. Be warned that the author may not have intended to support it.
composed
bool composed()
Undocumented in source. Be warned that the author may not have intended to support it.
composedPath
auto composedPath()
Undocumented in source. Be warned that the author may not have intended to support it.
composedTarget
auto composedTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
currentTarget
auto currentTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPrevented
bool defaultPrevented()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPreventedByChrome
bool defaultPreventedByChrome()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPreventedByContent
bool defaultPreventedByContent()
Undocumented in source. Be warned that the author may not have intended to support it.
eventPhase
ushort eventPhase()
Undocumented in source. Be warned that the author may not have intended to support it.
explicitOriginalTarget
auto explicitOriginalTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
initEvent
void initEvent(string type, bool bubbles, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initEvent
void initEvent(string type, bool bubbles)
Undocumented in source. Be warned that the author may not have intended to support it.
initEvent
void initEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
isSynthesized
bool isSynthesized()
Undocumented in source. Be warned that the author may not have intended to support it.
isTrusted
bool isTrusted()
Undocumented in source. Be warned that the author may not have intended to support it.
multipleActionsPrevented
bool multipleActionsPrevented()
Undocumented in source. Be warned that the author may not have intended to support it.
originalTarget
auto originalTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
preventDefault
void preventDefault()
Undocumented in source. Be warned that the author may not have intended to support it.
preventMultipleActions
void preventMultipleActions()
Undocumented in source. Be warned that the author may not have intended to support it.
returnValue
void returnValue(bool returnValue)
Undocumented in source. Be warned that the author may not have intended to support it.
returnValue
bool returnValue()
Undocumented in source. Be warned that the author may not have intended to support it.
stopImmediatePropagation
void stopImmediatePropagation()
Undocumented in source. Be warned that the author may not have intended to support it.
stopPropagation
void stopPropagation()
Undocumented in source. Be warned that the author may not have intended to support it.
target
auto target()
Undocumented in source. Be warned that the author may not have intended to support it.
timeStamp
double timeStamp()
Undocumented in source. Be warned that the author may not have intended to support it.
type
string type()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

AT_TARGET
enum ushort AT_TARGET;
Undocumented in source.
BUBBLING_PHASE
enum ushort BUBBLING_PHASE;
Undocumented in source.
CAPTURING_PHASE
enum ushort CAPTURING_PHASE;
Undocumented in source.
NONE
enum ushort NONE;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta