WebNavigationEventArgs(WebNavigationEvent, WebViewSource, String) Constructor

Definition

Initializes a new WebNavigationEventArgs instance.

protected WebNavigationEventArgs (Xamarin.Forms.WebNavigationEvent navigationEvent, Xamarin.Forms.WebViewSource source, string url);
new Xamarin.Forms.WebNavigationEventArgs : Xamarin.Forms.WebNavigationEvent * Xamarin.Forms.WebViewSource * string -> Xamarin.Forms.WebNavigationEventArgs

Parameters

navigationEvent
WebNavigationEvent

The navigation event that was raised.

source
WebViewSource

The web view source that originated the event.

url
System.String

The URL of the navigation event.

Applies to