DOMSubtreeModified
Description
This event will be fired after a descendant of the target of this event was changed.
This event was introduced to comply with the http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents.
DOMSubtreeModified event
Properties
- bubbles
Boolean. Will prevent bubbling up the DOM hierarchy when set tofalse.- target
xopusnode. The object that originally fired the event.- type
String. The type of the event.
History
| version | event |
|---|---|
| Xopus 4 | Introduction. |