WebNavigationEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 Web 导航开始时引发的事件参数的类。
public class WebNavigationEventArgs : EventArgs
type WebNavigationEventArgs = class
inherit EventArgs
- 继承
-
System.EventArgsWebNavigationEventArgs
- 派生
构造函数
WebNavigationEventArgs(WebNavigationEvent, WebViewSource, String) |
初始化一个新 WebNavigationEventArgs 实例。 |
属性
NavigationEvent |
获取所引发的导航事件。 |
Source |
获取执行导航的元素。 |
Url |
导航目标。 |