Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationStartingEventHandler_Impl
source · [−]pub trait ICoreWebView2NavigationStartingEventHandler_Impl: Sized {
fn Invoke(
&self,
sender: &Option<ICoreWebView2>,
args: &Option<ICoreWebView2NavigationStartingEventArgs>
) -> Result<()>;
}
Required Methods
sourcefn Invoke(