8 references to ShellNavigatedEventArgs
Microsoft.Maui.Controls (8)
Menu\MenuItemTracker.cs (1)
234 void OnShellNavigated(object sender, ShellNavigatedEventArgs e)
Shell\Shell.cs (3)
1290 public event EventHandler<ShellNavigatedEventArgs> Navigated; 1563 void SendNavigated(ShellNavigatedEventArgs args) 1630 protected virtual void OnNavigated(ShellNavigatedEventArgs args)
Shell\ShellNavigationManager.cs (4)
14 ShellNavigatedEventArgs _accumulatedEvent; 17 public event EventHandler<ShellNavigatedEventArgs> Navigated; 213 public void HandleNavigated(ShellNavigatedEventArgs args) 272 void FireNavigatedEvents(ShellNavigatedEventArgs a, Shell shell)