Udostępnij za pośrednictwem


Element.OnChildRemoved(Element, Int32) Metoda

Definicja

ChildRemoved Zgłasza zdarzenie. Zaimplementuj tę metodę, aby dodać obsługę klas dla tego zdarzenia

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

Parametry

child
Element

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

oldLogicalIndex
Int32

Indeks elementu podrzędnego w drzewie logicznym.

Uwagi

Ta metoda nie ma domyślnej implementacji. Nadal należy wywołać implementację podstawową, jeśli klasa pośrednia zaimplementowała tę metodę. Jeśli nie jest debugowanie, indeks drzewa logicznego nie będzie miał żadnego wpływu.

Dotyczy