1 implementation of NavigationRequested
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
44
event EventHandler<NavigationRequestedEventArgs> IShellSectionController.
NavigationRequested
2 references to NavigationRequested
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
33
((IShellSectionController)_shellSection).
NavigationRequested
+= OnNavigationRequested;
245
((IShellSectionController)ShellSection).
NavigationRequested
-= OnNavigationRequested;