3 references to DescendantAdded
Microsoft.Maui.Controls (3)
Element\Element.cs (1)
910
DescendantAdded
?.Invoke(this, new ElementEventArgs(child));
Menu\MenuItemTracker.cs (2)
222
page.
DescendantAdded
+= OnChildAdded;
273
page.
DescendantAdded
-= OnChildAdded;