ShellSection.OnChildRemoved Metoda

Definicja

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

Dotyczy