XopusBeforeSubtreeModified
This event will be fired before a descendant or the target node of this event will be changed.
- Documentation
- › API
- › DOM API
- › XopusBeforeSubtreeModified
XopusBeforeSubtreeModified event
Properties
- bubbles
- Will prevent bubbling up the DOM hierarchy when set to
false. - cancelEvent
- Will prevent the default action when set to
true. - target
- The object that originally fired the event.
- type
- The type of the event.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. |