WebNavigatingEventArgs(WebNavigationEvent, WebViewSource, String) Constructor
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.
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
- System.String
The URL of the navigation event.