WebNavigatingEventArgs(WebNavigationEvent, WebViewSource, String) Constructor

Definition

Initializes a new WebNavigatingEventArgs instance.

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

Parameters

navigationEvent
WebNavigationEvent

The navigation event that was raised.

source
WebViewSource

The web view source that originated the event.

url
String

The URL of the navigation event.

Applies to