共用方式為


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

加入至這個項目的子物件。

適用於