1 implementation of ReloadRequested
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
280
event EventHandler IWebViewController.
ReloadRequested
2 references to ReloadRequested
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\WkWebViewRenderer.cs (2)
105
WebViewController.
ReloadRequested
+= OnReloadRequested;
286
WebViewController.
ReloadRequested
-= OnReloadRequested;