8 references to ChildAdded
Microsoft.Maui.Controls (8)
Element\Element.cs (2)
589
/// <summary>Raises the <see cref="
ChildAdded
"/> event. Implement this method to add class handling for this event.</summary>
596
ChildAdded
?.Invoke(this, new ElementEventArgs(child));
NavigationPage\NavigationPageToolbar.cs (3)
79
navPage.
ChildAdded
-= NavigationPageChildrenChanged;
108
navPage.
ChildAdded
+= NavigationPageChildrenChanged;
311
navPage.
ChildAdded
-= NavigationPageChildrenChanged;
RadioButton\RadioButtonGroupController.cs (1)
23
_layout.
ChildAdded
+= ChildAdded;
Shell\ShellNavigationManager.cs (2)
225
shellContent.
ChildAdded
+= WaitForWindowToSet;
231
shellContent.
ChildAdded
-= WaitForWindowToSet;