ICoreWebView2ContextMenuRequestedEventHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2ContextMenuRequestedEventHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2 sender, ICoreWebView2ContextMenuRequestedEventArgs args)

Called to provide the event args when a context menu is requested on a WebView element.

Meta