DOMNodeRemovedFromDocument

This event will be fired when the target node of this event will be disconnected from the DOM tree. This event will be fired for all descendants of the subtree that is removed from the DOM.

This event was introduced to comply with the DOM Events standard.


DOMNodeRemovedFromDocument event

Properties

target XopusNode
The object that originally fired the event.
type String
The type of the event.

History

version event
Xopus 4 Introduction.