WebNavigationEventArgs(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 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.