ShellSection.OnChildRemoved Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
OnChildRemoved(Element) |
Przestarzałe.
Deweloperzy mogą zastąpić tę metodę w celu dostosowania zachowania po usunięciu elementu podrzędnego Element . |
OnChildRemoved(Element, Int32) |
OnChildRemoved(Element)
Przestroga
OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.
Deweloperzy mogą zastąpić tę metodę w celu dostosowania zachowania po usunięciu elementu podrzędnego Element .
[System.Obsolete("OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.")]
protected override void OnChildRemoved (Xamarin.Forms.Element child);
override this.OnChildRemoved : Xamarin.Forms.Element -> unit
Parametry
- child
- Element
- Atrybuty
-
System.ObsoleteAttribute
Uwagi
Deweloperzy powinni wywołać base.OnChildRemoved()
metodę zastępowania na początku metody.
Dotyczy
OnChildRemoved(Element, Int32)
protected override void OnChildRemoved (Xamarin.Forms.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Xamarin.Forms.Element * int -> unit
Parametry
- child
- Element
- oldLogicalIndex
- System.Int32