Called after a child element is removed from this container.
protected void onChildRemoved( DhElement removedChild )
removedChild
A reference to the child element that has been removed.
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.