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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnContextMenuDismissed(
	CefBrowser browser,
	CefFrame frame
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
See Also