Udostępnij za pośrednictwem


VisualElement.OnChildAdded(Element) Metoda

Definicja

Wywoływane po dodaniu obiektu podrzędnego do tego elementu.

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)

Parametry

child
Element

Obiekt podrzędny dodany do tego elementu.

Dotyczy