Udostępnij za pośrednictwem


VisualElement.OnChildRemoved Metoda

Definicja

Przeciążenia

OnChildRemoved(Element)
Przestarzałe.

Deweloperzy aplikacji mogą zastąpić tę metodę, aby reagować po usunięciu elementu podrzędnego.

OnChildRemoved(Element, Int32)

OnChildRemoved(Element)

Przestroga

OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.

Deweloperzy aplikacji mogą zastąpić tę metodę, aby reagować po usunięciu elementu podrzędnego.

[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

Element podrzędny, który został usunięty.

Atrybuty
System.ObsoleteAttribute

Uwagi

Deweloperzy aplikacji, którzy zastępują tę metodę, muszą wywołać metodę base. OnChildRemoved przed wykonaniem innych akcji w zastąpień.

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