Udostępnij za pośrednictwem


VisualElement.OnChildRemoved(Element, Int32) Metoda

Definicja

Wywoływane po usunięciu obiektu podrzędnego z tego elementu.

protected:
 override void OnChildRemoved(Microsoft::Maui::Controls::Element ^ child, int oldLogicalIndex);
protected override void OnChildRemoved (Microsoft.Maui.Controls.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Microsoft.Maui.Controls.Element * int -> unit
Protected Overrides Sub OnChildRemoved (child As Element, oldLogicalIndex As Integer)

Parametry

child
Element

Element podrzędny usunięty z tego elementu.

oldLogicalIndex
Int32

Indeks child logiczny miał wcześniej w tym elemecie.

Dotyczy