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