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