Share via


WebNavigationEventArgs Class

Definition

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.

Applies to