WebNavigationEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base event arguments for WebView navigation events.
public ref class WebNavigationEventArgs : EventArgs
public class WebNavigationEventArgs : EventArgs
type WebNavigationEventArgs = class
inherit EventArgs
Public Class WebNavigationEventArgs
Inherits EventArgs
- Inheritance
-
WebNavigationEventArgs
- Derived
Constructors
| Name | Description |
|---|---|
| WebNavigationEventArgs(WebNavigationEvent, WebViewSource, String) | |
Properties
| Name | Description |
|---|---|
| NavigationEvent |
Gets the type of navigation event that occurred. |
| Source |
Gets the source of the web view content. |
| Url |
Gets the URL associated with the navigation event. |