2 instantiations of WebNavigatingEventArgs
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
359
var args = new
WebNavigatingEventArgs
(evnt, new UrlWebViewSource { Url = url }, url);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\WkWebViewRenderer.cs (1)
809
var args = new
WebNavigatingEventArgs
(navEvent, new UrlWebViewSource { Url = lastUrl }, lastUrl);
5 references to WebNavigatingEventArgs
Microsoft.Maui.Controls (4)
IWebViewController.cs (1)
18
void SendNavigating(
WebNavigatingEventArgs
args);
WebView\WebView.cs (3)
194
public event EventHandler<
WebNavigatingEventArgs
> Navigating;
272
void IWebViewController.SendNavigating(
WebNavigatingEventArgs
args)
359
var
args = new WebNavigatingEventArgs(evnt, new UrlWebViewSource { Url = url }, url);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\WkWebViewRenderer.cs (1)
809
var
args = new WebNavigatingEventArgs(navEvent, new UrlWebViewSource { Url = lastUrl }, lastUrl);