Application.OnNavigated (Método)
.NET Framework 3.0
Raises the Navigated event.
Espacio de nombres: System.Windows
Ensamblado: PresentationFramework (en presentationframework.dll)
Ensamblado: PresentationFramework (en presentationframework.dll)
OnNavigated raises the Navigated event.
A type that derives from Application may override OnNavigated. The overridden method must call OnNavigated in the base class if Navigated needs to be raised.