Element.DescendantAdded Event

Definition

Raised whenever a child element is added to the element's subtree.

public:
 event EventHandler<Microsoft::Maui::Controls::ElementEventArgs ^> ^ DescendantAdded;
public event EventHandler<Microsoft.Maui.Controls.ElementEventArgs> DescendantAdded;
member this.DescendantAdded : EventHandler<Microsoft.Maui.Controls.ElementEventArgs> 
Public Event DescendantAdded As EventHandler(Of ElementEventArgs) 

Event Type

Applies to