Click or drag to resize

CefContextMenuHandlerOnContextMenuDismissed Method

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

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnContextMenuDismissed(
	CefBrowser browser,
	CefFrame frame
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
frame
Type: Internal.Xilium.CefGlueCefFrame
See Also