IID_ICoreWebView2ContextMenuRequestedEventArgs

Event args for the ContextMenuRequested event. Will contain the selection information and a collection of all of the default context menu items that the WebView would show. Allows the app to draw its own context menu or add/remove from the default context menu.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2ContextMenuRequestedEventArgs;

Meta