cef_context_menu_handler_t.on_context_menu_dismissed

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

struct cef_context_menu_handler_t
extern (System)
void function(cef_context_menu_handler_t* self, cef_browser_t* browser, cef_frame_t* frame) nothrow on_context_menu_dismissed;

Meta