Click or drag to resize
IContextMenuHandlerOnBeforeContextMenu Method
Version 55.0.0
Called before a context menu is displayed. The model can be cleared to show no context menu or modified to show a custom menu.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
void OnBeforeContextMenu(
	IWebBrowser browserControl,
	IBrowser browser,
	IFrame frame,
	IContextMenuParams parameters,
	IMenuModel model
)

Parameters

browserControl
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
frame
Type: CefSharpIFrame
The frame the request is coming from
parameters
Type: CefSharpIContextMenuParams
provides information about the context menu state
model
Type: CefSharpIMenuModel
initially contains the default context menu
See Also