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