Click or drag to resize

IContextMenuHandlerOnContextMenuDismissed Method

Version 86.0.240
Called when the context menu is dismissed irregardless of whether the menu was empty or a command was selected.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void OnContextMenuDismissed(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
frame
Type: CefSharpIFrame
The frame the request is coming from
See Also