DOMSubtreeModified
This event will be fired after a descendant of the target of this event was changed.
This event was introduced to comply with the DOM Events standard.
- Documentation
- › API
- › DOM API
- › DOMSubtreeModified
DOMSubtreeModified event
Properties
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to
false. - target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 4 | Introduction. |