Compartir a través de


VisualElement.OnChildAdded(Element) Método

Definición

Se invoca cuando se agrega un objeto secundario a este elemento.

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)

Parámetros

child
Element

Objeto secundario que se agrega a este elemento.

Se aplica a