Application.NavigationStopped Ereignis

Definition

Tritt auf, wenn die StopLoading Methode eines Navigators in der Anwendung aufgerufen wird oder eine neue Navigation von einem Navigator angefordert wird, während eine aktuelle Navigation 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