Compartilhar via


VisualElement.OnChildRemoved(Element, Int32) Método

Definição

Invocado quando um objeto filho é removido desse elemento.

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)

Parâmetros

child
Element

O elemento filho que é removido deste elemento.

oldLogicalIndex
Int32

O índice child lógico anteriormente tinha dentro deste elemento.

Aplica-se a