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.

relatedNode property

Gets a second node related to a mutation event.

Document Object Model (DOM) Level 3 Events Specification, Section 5.2.8Internet Explorer 9

 

Syntax

JavaScript

p = object.relatedNode

 

Property values

Type: Object

The related node.

Standards information

Remarks

In a DOMAttrModified event, the related node is the attribute node that is being modified. In a DOMNodeInserted or DOMNodeRemoved event, the related node is the parent node of the event target.

See also

MutationEvent

 

 

Show:
© 2017 Microsoft