IContextMenuHandlerOnContextMenuDismissed Method |
Version 130.1.90
Called when the context menu is dismissed irregardless of whether the menu
was canceled or a command was selected.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnContextMenuDismissed(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
IFrame frame
)
void OnContextMenuDismissed(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
IFrame^ frame
)
Parameters
- chromiumWebBrowser IWebBrowser
- the ChromiumWebBrowser control
- browser IBrowser
- the browser object
- frame IFrame
- The frame the request is coming from
See Also