Udostępnij za pośrednictwem


Element.OnChildAdded(Element) Metoda

Definicja

ChildAdded Zgłasza zdarzenie. Zaimplementuj tę metodę, aby dodać obsługę klas dla tego zdarzenia.

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

Parametry

child
Element

Element, który został dodany jako element podrzędny.

Uwagi

Ta metoda nie ma implementacji domyślnej. Nadal należy wywołać implementację podstawową, jeśli klasa pośrednia zaimplementowała tę metodę.

Dotyczy