onContextMenuDismissed

open fun onContextMenuDismissed(browser: CefBrowser, frame: CefFrame)

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

Parameters

browser

The browser generating the event.

frame

The corresponding frame. Instance only valid within the scope of this method.