Application developers can override AbsoluteLayout.OnChildRemoved to change the default behavior thata is triggered when a child is removed. When doing so, it is recommended to call the base AbsoluteLayout.OnChildRemoved method and then add additional logic.