Application.NavigationStopped イベント

定義

アプリケーションのナビゲーターの StopLoading メソッドが呼び出されたとき、または現在のナビゲーションの進行中にナビゲーターによって新しいナビゲーションが要求されたときに発生します。

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 

イベントの種類

注釈

ナビゲーターは、 または のいずれか NavigationWindow です Frame

以下を参照してください。NavigationService.NavigationStopped

適用対象

こちらもご覧ください