1 implementation of InsertPageBeforeRequested
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.Legacy.cs (1)
114
event EventHandler<NavigationRequestedEventArgs> INavigationPageController.
InsertPageBeforeRequested
2 references to InsertPageBeforeRequested
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
236
navPageController.
InsertPageBeforeRequested
+= OnInsertPageBeforeRequested;
292
navPageController.
InsertPageBeforeRequested
-= OnInsertPageBeforeRequested;