Click or drag to resize

ContextMenuHandlerOnContextMenuDismissed Method

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
protected override 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