1 instantiation of WebNavigatingEventArgs
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
360
var args = new
WebNavigatingEventArgs
(evnt, new UrlWebViewSource { Url = url }, url);
4 references to WebNavigatingEventArgs
Microsoft.Maui.Controls (4)
IWebViewController.cs (1)
18
void SendNavigating(
WebNavigatingEventArgs
args);
WebView\WebView.cs (3)
195
public event EventHandler<
WebNavigatingEventArgs
> Navigating;
273
void IWebViewController.SendNavigating(
WebNavigatingEventArgs
args)
360
var
args = new WebNavigatingEventArgs(evnt, new UrlWebViewSource { Url = url }, url);