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