Frame.NavigationStopped イベント

定義

StopLoading() メソッドが呼び出されたときや、現在のナビゲーションの進行中に新しいナビゲーションが要求されたときに発生します。

public:
 virtual event System::Windows::Navigation::NavigationStoppedEventHandler ^ NavigationStopped;
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 

イベントの種類

注釈

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

適用対象

こちらもご覧ください