2 instantiations of PoppedToRootEventArgs
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
842
Owner?.PoppedToRoot?.Invoke(Owner, new
PoppedToRootEventArgs
(newPage, pagesToRemove));
NavigationPage\NavigationPage.Legacy.cs (1)
176
PoppedToRoot?.Invoke(this, new
PoppedToRootEventArgs
(RootPage, childrenToRemove.OfType<Page>().ToList()));