Application.NavigationStopped Ereignis

Definition

Tritt ein, wenn die StopLoading-Methode eines Navigators in der Anwendung aufgerufen wird oder wenn von einem Navigator eine neue Navigation angefordert wird, während eine aktuelle Navigation noch ausgeführt wird.

public:
 event System::Windows::Navigation::NavigationStoppedEventHandler ^ NavigationStopped;
public event System.Windows.Navigation.NavigationStoppedEventHandler NavigationStopped;
member this.NavigationStopped : System.Windows.Navigation.NavigationStoppedEventHandler 
Public Custom Event NavigationStopped As NavigationStoppedEventHandler 
Public Event NavigationStopped As NavigationStoppedEventHandler 

Ereignistyp

Hinweise

Ein Navigator ist entweder ein NavigationWindow oder ein Frame.

Siehe NavigationService.NavigationStopped.

Gilt für:

Weitere Informationen