Base:
method
OnChildRemoved
Microsoft.Maui.Controls.VisualElement.OnChildRemoved(Microsoft.Maui.Controls.Element, System.Int32)
1 override of OnChildRemoved
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
272 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
1 reference to OnChildRemoved
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
274 base.OnChildRemoved(child, oldLogicalIndex);