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