VisualElement.OnChildRemoved(Element, Int32) メソッド

定義

子オブジェクトがこの要素から削除されたときに呼び出されます。

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)

パラメーター

child
Element

この要素から削除される子要素。

oldLogicalIndex
Int32

この要素内に以前に存在していた論理インデックス child

適用対象