WebView.IWebViewController.SendNavigating(WebNavigatingEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual void Microsoft.Maui.Controls.IWebViewController.SendNavigating(Microsoft::Maui::Controls::WebNavigatingEventArgs ^ args) = Microsoft::Maui::Controls::IWebViewController::SendNavigating;
void IWebViewController.SendNavigating (Microsoft.Maui.Controls.WebNavigatingEventArgs args);
abstract member Microsoft.Maui.Controls.IWebViewController.SendNavigating : Microsoft.Maui.Controls.WebNavigatingEventArgs -> unit
override this.Microsoft.Maui.Controls.IWebViewController.SendNavigating : Microsoft.Maui.Controls.WebNavigatingEventArgs -> unit
Sub SendNavigating (args As WebNavigatingEventArgs) Implements IWebViewController.SendNavigating