Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2CustomItemSelectedEventHandler_Impl
source · pub trait ICoreWebView2CustomItemSelectedEventHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
sender: Option<&ICoreWebView2ContextMenuItem>,
args: Option<&IUnknown>
) -> Result<(), Error>;
}