Application.OnNavigationStopped(NavigationEventArgs) Methode

Definitie

Hiermee wordt de NavigationStopped gebeurtenis gegenereerd.

protected:
 virtual void OnNavigationStopped(System::Windows::Navigation::NavigationEventArgs ^ e);
protected virtual void OnNavigationStopped(System.Windows.Navigation.NavigationEventArgs e);
abstract member OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
override this.OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
Protected Overridable Sub OnNavigationStopped (e As NavigationEventArgs)

Parameters

e
NavigationEventArgs

Een NavigationEventArgs met de gebeurtenisgegevens.

Opmerkingen

OnNavigationStopped hiermee wordt de NavigationStopped gebeurtenis gegenereerd.

Een type dat is afgeleid van Application , kan worden overschreven OnNavigationStopped. De overschreven methode moet worden aangeroepen OnNavigationStopped in de basisklasse als NavigationStopped deze moet worden verhoogd.

Van toepassing op

Zie ook