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