Application.OnNavigationStopped(NavigationEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发 NavigationStopped 事件。
protected:
virtual void OnNavigationStopped(System::Windows::Navigation::NavigationEventArgs ^ e);
protected virtual void OnNavigationStopped (System.Windows.Navigation.NavigationEventArgs e);
abstract member OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
override this.OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
Protected Overridable Sub OnNavigationStopped (e As NavigationEventArgs)
参数
包含事件数据的 NavigationEventArgs。
注解
OnNavigationStopped 引发 NavigationStopped 事件。
派生自 Application 的类型可能会替代 OnNavigationStopped。 如果需要NavigationStopped引发,重写的方法必须在基类中调用 OnNavigationStopped 。