Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ContextMenuRequestedEventHandler_Impl
source · pub trait ICoreWebView2ContextMenuRequestedEventHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
sender: Option<&ICoreWebView2>,
args: Option<&ICoreWebView2ContextMenuRequestedEventArgs>,
) -> Result<()>;
}
Required Methods§
fn Invoke( &self, sender: Option<&ICoreWebView2>, args: Option<&ICoreWebView2ContextMenuRequestedEventArgs>, ) -> Result<()>
Object Safety§
This trait is not object safe.