Share via


WebNavigatingEventArgs(WebNavigationEvent, WebViewSource, String) Constructor

Definition

Initializes a new WebNavigatingEventArgs instance.

public:
 WebNavigatingEventArgs(Microsoft::Maui::WebNavigationEvent navigationEvent, Microsoft::Maui::Controls::WebViewSource ^ source, System::String ^ url);
public WebNavigatingEventArgs (Microsoft.Maui.WebNavigationEvent navigationEvent, Microsoft.Maui.Controls.WebViewSource source, string url);
new Microsoft.Maui.Controls.WebNavigatingEventArgs : Microsoft.Maui.WebNavigationEvent * Microsoft.Maui.Controls.WebViewSource * string -> Microsoft.Maui.Controls.WebNavigatingEventArgs
Public Sub New (navigationEvent As WebNavigationEvent, source As WebViewSource, url As String)

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