WebView.IWebView.Navigated Method

Definition

For internal use by the .NET MAUI platform. Raised after web navigation completes.

 virtual void Microsoft.Maui.IWebView.Navigated(Microsoft::Maui::WebNavigationEvent evnt, System::String ^ url, Microsoft::Maui::WebNavigationResult result) = Microsoft::Maui::IWebView::Navigated;
void IWebView.Navigated (Microsoft.Maui.WebNavigationEvent evnt, string url, Microsoft.Maui.WebNavigationResult result);
abstract member Microsoft.Maui.IWebView.Navigated : Microsoft.Maui.WebNavigationEvent * string * Microsoft.Maui.WebNavigationResult -> unit
override this.Microsoft.Maui.IWebView.Navigated : Microsoft.Maui.WebNavigationEvent * string * Microsoft.Maui.WebNavigationResult -> unit
Sub Navigated (evnt As WebNavigationEvent, url As String, result As WebNavigationResult) Implements IWebView.Navigated

Parameters

url
String

Implements

Applies to