2 types derived from NavigationEventArgs
Microsoft.Maui.Controls (2)
Internals\NavigationRequestedEventArgs.cs (1)
9 public class NavigationRequestedEventArgs : NavigationEventArgs
PoppedToRootEventArgs.cs (1)
8 public class PoppedToRootEventArgs : NavigationEventArgs
2 instantiations of NavigationEventArgs
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (2)
805 Owner?.Popped?.Invoke(Owner, new NavigationEventArgs(currentPage)); 867 Owner?.Pushed?.Invoke(Owner, new NavigationEventArgs(root));
3 references to NavigationEventArgs
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (3)
249 public event EventHandler<NavigationEventArgs> Popped; 251 public event EventHandler<NavigationEventArgs> PoppedToRoot; 323 public event EventHandler<NavigationEventArgs> Pushed;