MSPointerHover | onmspointerhover event

Event that is triggered when a contact (normally a pen) moves over an element without touching the surface.

Note  As of Internet Explorer 11, this event has been deprecated. Starting with IE11 the pointermove event will fire for all pen movement (regardless if its hovering or not).

For a summary of all changes to the Internet Explorer Pointer Events implementation since Internet Explorer 10, see Pointer Events updates.

 

Internet Explorer 10

 

Syntax

HTML Attribute <element onmspointerhover = "handler(event)">
addEventListener Method object.addEventListener("MSPointerHover", handler, useCapture)

 

Event information

Synchronous Yes
Bubbles Yes
Cancelable Yes

 

Event handler parameters

  • handler [in]
    Type: Function

    Function to execute when the event is dispatched

Remarks

See also

document

Element

Window

Pointer Events

PointerEvent

PointerEvent