Overview | Methods | This Package | All Packages
Called after a child element is removed from this container.
Syntax
protected void onChildRemoved( DhElement removedChild )
Parameters
removedChild
A reference to the child element that has been removed.
Remarks
Override this method in your derived class to be notified when a child element is removed from the container. Note that this is valid only if the class can have children.