3 references to Popped
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (1)
805
Owner?.
Popped
?.Invoke(Owner, new NavigationEventArgs(currentPage));
NavigationPage\NavigationPage.Legacy.cs (2)
69
if (
Popped
!= null)
70
Popped
(this, args);