Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ariarequest | onariarequest event

Fired when an ARIA property is requested via script.

Syntax

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

 

Event information

SynchronousYes
BubblesYes
CancelableYes

 

Event handler parameters

event

Type: AriaRequestEvent

Remarks

This event provides a chance to intercept and dynamically specify the value of an ARIA property. It only fires if the corresponding ARIA attribute is not yet specified on the element, thus providing a mechanism to cache values and minimize noise from this event being triggered.

See also

Element
command

 

 

Show:
© 2017 Microsoft