Click or drag to resize

ContextMenuHandler.OnContextMenuDismissed Method

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

Namespace:  CefSharp.Wpf.Handler
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
protected override void OnContextMenuDismissed(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame
)

Parameters

chromiumWebBrowser
Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
frame
Type: CefSharp.IFrame
The frame the request is coming from
See Also