VisualElement.OnChildAdded(Element) メソッド

定義

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

protected:
 override void OnChildAdded(Microsoft::Maui::Controls::Element ^ child);
protected override void OnChildAdded (Microsoft.Maui.Controls.Element child);
override this.OnChildAdded : Microsoft.Maui.Controls.Element -> unit
Protected Overrides Sub OnChildAdded (child As Element)

パラメーター

child
Element

この要素に追加される子オブジェクト。

適用対象