Uses of Class
system.windows.navigation.NavigationStoppedEventHandler
-
Packages that use NavigationStoppedEventHandler Package Description system.windows system.windows.controls system.windows.navigation -
-
Uses of NavigationStoppedEventHandler in system.windows
Methods in system.windows with parameters of type NavigationStoppedEventHandler Modifier and Type Method Description void
Application. addNavigationStopped(NavigationStoppedEventHandler handler)
void
Application. removeNavigationStopped(NavigationStoppedEventHandler handler)
-
Uses of NavigationStoppedEventHandler in system.windows.controls
Methods in system.windows.controls with parameters of type NavigationStoppedEventHandler Modifier and Type Method Description void
Frame. addNavigationStopped(NavigationStoppedEventHandler handler)
void
Frame. removeNavigationStopped(NavigationStoppedEventHandler handler)
-
Uses of NavigationStoppedEventHandler in system.windows.navigation
Methods in system.windows.navigation with parameters of type NavigationStoppedEventHandler Modifier and Type Method Description void
NavigationService. addNavigationStopped(NavigationStoppedEventHandler handler)
void
NavigationWindow. addNavigationStopped(NavigationStoppedEventHandler handler)
void
NavigationService. removeNavigationStopped(NavigationStoppedEventHandler handler)
void
NavigationWindow. removeNavigationStopped(NavigationStoppedEventHandler handler)
-