1 instantiation of WebNavigatingEventArgs
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
357 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)
192 public event EventHandler<WebNavigatingEventArgs> Navigating; 270 void IWebViewController.SendNavigating(WebNavigatingEventArgs args) 357 var args = new WebNavigatingEventArgs(evnt, new UrlWebViewSource { Url = url }, url);