Application.NavigationStopped 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在调用应用程序中的导航器的 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。