Namespace: Element.Events

UWA/Element. Element.Events

UWA.Element polyfills and customs Events.

Index

Methods

<static> mouseleave()

Polyfill to support element mouseleave event.

<static> mouseenter()

Polyfill to support element mousenter event.

<static> mousewheel()

Polyfill to support element mousewheel event. Mapping for DOMMouseScroll, onmousewheel, mousewheel.

<static> update(eventDispatcher, element, event)

Custom event to support element content update detection.

Based on MutationObserver (or its polyfill if necessary).

Parameters
Name Type Description
eventDispatcher Dispatcher
element Node

Node to observe

event Object

<static> resize()

Custom event to support element resize detection.