Documentation Center

DOMNodeRemoved

Description

This event will be fired before a node will be removed from the target node of this event.

This event was introduced to comply with the http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents.

DOMNodeRemoved event

Properties

childNode
XopusNode. The node that was inserted or removed.
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

versionevent
Xopus 4Introduction.